prod add mysql cnf

main
ycz008 2024-04-02 15:02:21 +08:00
parent 09cbf9d991
commit 142f8091d9
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ data:
# Extended
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
binlog_format=row
expire_logs_days=30
binlog_expire_logs_seconds=2592000
max_connections=5000
innodb_buffer_pool_size=4G
innodb_log_file_size=1G

View File

@ -20,10 +20,10 @@ data:
collation-server=utf8mb4_unicode_ci
# Extended
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
binlog_format=row
expire_logs_days=30
max_connections=5000
binlog_format=row
binlog_expire_logs_seconds=2592000
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
innodb_buffer_pool_size=4G
innodb_log_file_size=1G
innodb_flush_log_at_trx_commit=2