> What is the best way to monitor a MySQL server to find slow SELECT
> operations?
Hello Thomas
The best way and the only way as far as I know is to set the
variables:
log-slow-queries=E:/Program Files/mysql/logs/slowqueries.log
long_query_time=10 (I put 10 but may be whichever number of seconds
suites your needs)
in the C:\WINNT\my.ini file (on Windows) (respectively /etc/my.cnf on
Linux) file
Leonardo