Please note, the structure of logging options has changed. So

# pre 5.7: log_slow_queries points to log file
log_slow_queries = /var/log/mysql/mysql-slow.log

needs to be replaced with two lines:

# >= 5.7: slow_query_log_file points to log file, slow_query_log is a boolean.
slow_query_log = 1
slow_query_log_file = /var/log/mysql/mysql-slow.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592729

Title:
  mysql-server 5.7.12 wrong variables in mysqld.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1592729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to