Archive for January, 2012

Mysql General Query Log

In Mysql 5.1.6 and greater you can turn the General Query Log on and log to a table. Works nice when you just need to find out query issues. SET GLOBAL general_log = ‘ON’; SET GLOBAL log_output=’table’;