I have mysql 5.1.69-log
:
and this settings according to /etc/my.cnf:
slow-query-log = 1
slow-query-log-file = /var/log/mysqld_slow.log
log-queries-not-using-indexes = 1
long_query_time = 1
also checked mysql @@global settings:
@@global.log_output = FILE
@@global.long_query_time = 1.000000
@@global.log_slow_queries = 1
@@global.slow_query_log_file = /var/log/mysqld_slow.log
but /var/log/mysqld_slow.log
not being created and if I create it by myself, it's still empty
can't understand where is a problem?