fix: 移除MySQL配置文件中重复的参数 #12117

This commit is contained in:
xuwei-fit2cloud 2024-09-13 09:22:16 +08:00
parent 211ef5ffb2
commit 6f2832595c

View File

@ -15,8 +15,6 @@ innodb_flush_method=O_DIRECT
innodb_lock_wait_timeout=1800 innodb_lock_wait_timeout=1800
innodb_flush_log_at_trx_commit=0 innodb_flush_log_at_trx_commit=0
sync_binlog=0 sync_binlog=0
#group_concat_max_len=1024000
max_allowed_packet=100000000
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION