Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created July 31, 2017 13:37
Show Gist options
  • Save douglascabral/09c085729ce5ea78236b4726b6a4eb06 to your computer and use it in GitHub Desktop.
Save douglascabral/09c085729ce5ea78236b4726b6a4eb06 to your computer and use it in GitHub Desktop.
Enable/disable mysql log
SET global general_log = 0; //Disable
SET global general_log = 1; //Enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment