Hello, I would like to log slow queries in mysql I found the script for that
Code:
log-slow-queries = /var/log/mysql/mysql-slow.log
long_query_time = 1
But in my /var/log directory I haven't got folder named mysql or file named mysql-slow.log If I want to use this script will I have to create /mysql/mysql-slow.log in var/log directory ?