更新 prod mysql cfg
parent
f2bc885676
commit
a61d9e68d3
|
@ -18,6 +18,11 @@ data:
|
|||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
|
||||
# slow_query_log
|
||||
slow_query_log=ON
|
||||
slow_query_log_file=/var/lib/mysql/data/slow-query.log
|
||||
long_query_time=3
|
||||
|
||||
# Extended
|
||||
max_connections=5000
|
||||
binlog_format=row
|
||||
|
|
|
@ -21,7 +21,7 @@ data:
|
|||
# Extended
|
||||
max_connections=5000
|
||||
binlog_format=row
|
||||
binlog_expire_logs_seconds=2592000
|
||||
binlog_expire_logs_seconds=1209600
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
|
||||
innodb_buffer_pool_size=4G
|
||||
innodb_log_file_size=1G
|
||||
|
|
|
@ -21,7 +21,7 @@ data:
|
|||
# Extended
|
||||
max_connections=5000
|
||||
binlog_format=row
|
||||
binlog_expire_logs_seconds=2592000
|
||||
binlog_expire_logs_seconds=1209600
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
|
||||
innodb_buffer_pool_size=4G
|
||||
innodb_log_file_size=1G
|
||||
|
|
Loading…
Reference in New Issue