:: DEVELOPER ZONE
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.
© 1995-2005 MySQL AB. All rights reserved.
