Skip to content

Instantly share code, notes, and snippets.

@luanvuhlu
Created April 13, 2018 04:55
Show Gist options
  • Save luanvuhlu/bca09132f5331a017faf2b7d322a7c4c to your computer and use it in GitHub Desktop.
Save luanvuhlu/bca09132f5331a017faf2b7d322a7c4c to your computer and use it in GitHub Desktop.
Show mysql log
SET GLOBAL log_output = 'TABLE';
SET GLOBAL general_log = 'ON';
TRUNCATE mysql.general_log;
SELECT * FROM mysql.general_log;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment