Created
June 1, 2021 11:41
-
-
Save ProMasoud/afa2b35253a4abfb47cc21e4803e87ec to your computer and use it in GitHub Desktop.
This file contains 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] | |
relay-log = mysql-relay-bin.log | |
binlog_do_db = DB_NAME | |
log_bin = mysql-bin.log | |
server-id = 2 | |
tmpdir = /tmp | |
binlog_format = ROW | |
max_binlog_size = 500M | |
sync_binlog = 1 | |
expire-logs-days = 3 | |
slow_query_log = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment