Created
October 1, 2017 17:01
-
-
Save scodx/0f0eda639169222dabdd60b012e7dae8 to your computer and use it in GitHub Desktop.
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 log_output = 'FILE'; | |
SET global general_log_file='/path/to/mysql_general.log'; | |
SET global general_log = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment