tags:

views:

34

answers:

1

I'm starting to do the job of sql optimization,

but I don't know how to configure MySQL properly to make it log slow queries.

+1  A: 

This link might be to some help:

http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html

orjan