By special request here is a post about the MySQL slow query log. MySQL has a wonderful feature that lets you keep track of all queries that took longer than a certain time to complete. To enable it simply add the following line to your my.cnf file:
log-slow-queries = [path to the log file]
Secondly it is [...]
Enabling and using the slow query log in MySQL
August 26th, 2008 · 2 Comments
Tags: MySQL · Performance
