Could add mysql slow log?

  • Hello,
    Could add mysql slow log like follow:



    Quote


    slow_query_log
    slow_query_log_file = /var/log/mysql-slow.log
    long_query_time = 5


    It's can record mysql slow query.Thanks a lot.

  • No, because this will slow down the mysql server. It's just thought for debugging, so it's task of the administrator...