MySQL Binlog 設定過期日和大小


1
2
3
4
# 在 [mysqld] 之下加入以下設定
# 過期日為 7 天,最大為 512MB
expire_logs_days = 7
max_binlog_size = 512M