From 3dfde38e2cc2c148cba09498eaedc9b8c2969f2a Mon Sep 17 00:00:00 2001 From: xiaoz Date: Wed, 22 Nov 2023 16:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mysql=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=80=82=E9=85=8D8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/my.cnf b/mysql/my.cnf index 5db6392..618f269 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -37,7 +37,7 @@ ft_min_word_len = 4 log_bin = mysql-bin binlog_format = mixed -expire_logs_days = 7 +binlog_expire_logs_seconds = 604800 default_storage_engine = InnoDB