Created
September 25, 2018 17:52
-
-
Save LeoFalco/73cada81f7691242913801db34f9ea1f to your computer and use it in GitHub Desktop.
enable mysql log into file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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