Hi All,
Mysql 5.5 on arch linux server.
Having some trouble configuring the slow query log to work properly, when I turn it on it starts logging pretty much everything, even when i set the long_query_time to 30 seconds stuff that takes only a fraction of a second keeps getting logged.
I have limited access to the database, as it's my company's system, the administrator has given me access to alter the in table version of the settings, but I can't ssh into the database server itself to work any of the text config files. What I'm wondering is if maybe there long query time is set very low in a my.cnf somewhere and is overwriting the one i set in the table settings? Would that be possible?
Any other possible causes?
Thanks!