Skip to content

Instantly share code, notes, and snippets.

@LeoFalco
Created September 25, 2018 17:52
Show Gist options
  • Save LeoFalco/73cada81f7691242913801db34f9ea1f to your computer and use it in GitHub Desktop.
Save LeoFalco/73cada81f7691242913801db34f9ea1f to your computer and use it in GitHub Desktop.
enable mysql log into file
SET global general_log = 0;
SET global log_output = 'file';
set global general_log_file='C:/bkpmysql/log.txt';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment