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’;
No Responses to “Mysql General Query Log”
Please Wait
Leave a Reply