> I would like to log the execution time for each query in my MySQL server > .Is there any possible way?
If you are using MySQL to serve an application, then it is advisable to do the logging through the application scripts. For in most cases, you might require more information other than time alone, to debug slowness, such as - -> Which script fired the query. -> Number of rows retrieved. etc. Regards, Rithish. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]