Mysql - enable general logging runtime

From Skytech
Revision as of 09:24, 13 March 2014 by Martin (talk | contribs) (Created page with "Category:Linux = Mysql - enable general logging realtime = <pre> set global log_output = 'FILE'; set global general_log_file = '/var/log/mysql/queries.log'; set global ge...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Mysql - enable general logging realtime

set global log_output = 'FILE';
set global general_log_file = '/var/log/mysql/queries.log';
set global general_log = 'ON';