Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created February 26, 2016 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytkhs/653b734abcd940a94c6b to your computer and use it in GitHub Desktop.
Save ytkhs/653b734abcd940a94c6b to your computer and use it in GitHub Desktop.
MySQLのgeneral_logをON/OFFする
// root user
show variables like '%general_log%';
set global general_log='ON'
set global general_log='OFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment