Skip to content

Instantly share code, notes, and snippets.

@Danilovonline
Created August 22, 2017 05:34
Show Gist options
  • Save Danilovonline/c0cd4f66617b1921d01a0369956afdb4 to your computer and use it in GitHub Desktop.
Save Danilovonline/c0cd4f66617b1921d01a0369956afdb4 to your computer and use it in GitHub Desktop.
Enable mysql queries log
SET GLOBAL general_log = 1;# '0' for disable
SET GLOBAL log_output = 'table';
SELECT * FROM mysql.general_log order by event_time desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment