Created
September 21, 2020 05:53
-
-
Save Ruhshan/269a5c7f08acca0ffa5e9096caf2a1ca 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 general_log_file='/var/log/mysql/all.log'; | |
SET global log_output = 'file'; | |
SET global general_log = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment