danielecook
8/20/2018 - 12:07 PM

Enable logging in mysql

Enable logging in mysql

SET GLOBAL general_log = 'ON';
SET GLOBAL general_log_file = "/Users/dancook/Documents/snippet-q/snippet-q/mysql.log";
SET GLOBAL log_output = 'FILE';