更新 prod mysql cfg

main
ycz008 2024-07-23 10:12:32 +08:00
parent f2bc885676
commit a61d9e68d3
3 changed files with 10 additions and 5 deletions

View File

@ -17,6 +17,11 @@ data:
max_allowed_packet=16M
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
@ -136,4 +141,4 @@ spec:
targetPort: 3306
selector:
app: mysql-0
type: ClusterIP
type: ClusterIP

View File

@ -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
@ -136,4 +136,4 @@ spec:
targetPort: 3306
selector:
app: mysql-2
type: ClusterIP
type: ClusterIP

View File

@ -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
@ -136,4 +136,4 @@ spec:
targetPort: 3306
selector:
app: mysql-3
type: ClusterIP
type: ClusterIP