Skip to content

Instantly share code, notes, and snippets.

@mozhu1024
Created January 1, 2018 14:19
Show Gist options
  • Save mozhu1024/a2d3523cd0174582601158ecca546ac6 to your computer and use it in GitHub Desktop.
Save mozhu1024/a2d3523cd0174582601158ecca546ac6 to your computer and use it in GitHub Desktop.
mysql query open general log
set global general_log=off;
truncate table general_log;
SET GLOBAL log_output='table';
set global general_log=on;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment