Archive for January, 2012
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’;
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’;