Skip to content

Instantly share code, notes, and snippets.

@ProMasoud
Created June 1, 2021 11:41
Show Gist options
  • Save ProMasoud/afa2b35253a4abfb47cc21e4803e87ec to your computer and use it in GitHub Desktop.
Save ProMasoud/afa2b35253a4abfb47cc21e4803e87ec to your computer and use it in GitHub Desktop.
[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