Web Hosting Talk







View Full Version : Enable logging of slow queries


NameSniper
12-21-2006, 02:08 PM
Hello,

Can anyone please tell me if enabling logging of mysql slow queries will show me which mysql queries take a long time to execute ?

hehachris
12-21-2006, 02:20 PM
http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html

TonyB
12-21-2006, 02:45 PM
To make things simple

Put the following into your my.cnf

log-slow-queries

NameSniper
12-21-2006, 05:02 PM
Ok but it seems that http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html is for MySQL 5.x only ?

TonyB
12-21-2006, 06:08 PM
I'm logging slow queries on 4.1 just fine