Created
October 19, 2017 20:28
-
-
Save yuklia/7a60d0c19e61344762731d1c223d4d5b to your computer and use it in GitHub Desktop.
slow-log config
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
[mysqld] | |
slow_query_log = 1 | |
slow_query_log_file = /var/log/mysql/mysql-slow.log | |
long_query_time = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment