Created
February 29, 2020 13:22
-
-
Save sevaldes/91e4cc4a4325072a69dbd4af9a769e89 to your computer and use it in GitHub Desktop.
MYSQL
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 slow_query_log = 'ON'; | |
| SET GLOBAL long_query_time = 30; | |
| SET GLOBAL slow_query_log_file = '/var/lib/mysql/slow.log'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment