Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created December 19, 2025 14:27
Show Gist options
  • Select an option

  • Save qichunren/a0a8214313dcf97975cb84222e8f8439 to your computer and use it in GitHub Desktop.

Select an option

Save qichunren/a0a8214313dcf97975cb84222e8f8439 to your computer and use it in GitHub Desktop.
mysql bin log config
server-id = 223344
log_bin = mysql-bin
binlog_format = row
binlog_row_image = FULL
# log_bin = /var/log/mysql/mysql-bin.log
binlog_expire_logs_seconds = 86400
max_binlog_size = 100M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment