Slow Log

Displays the MySQL server's slow query log. If enabled (which you can do in the Startup Variables section), the MySQL server writes a log file containing all SQL commands that took more than a specific number of seconds to execute. (That number can be configured by the long_query_time variable; its default value is 10 seconds.) The time to get the initial table locks are not counted as execution time. For more information about that log file, see The Slow Query Log.