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 it takes to get the initial table locks is
      not counted as execution time. For more information about this log
      file, see The Slow Query Log.
    

