Files
marsal wang 1e5a703cce swarm
2023-07-26 10:07:34 +08:00

6 lines
169 B
Plaintext

[mysqld]
max_allowed_packet=64M
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
log-bin=mysql-bin # 开启 binlog
binlog-format=ROW # 选择 ROW 模式
server_id=123