update: my.cnf

main
ycz008 2023-08-28 10:58:59 +08:00
parent 6d331e9080
commit 82fd7c1ce5
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ spec:
containers:
- name: mysql
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
ports:
- containerPort: 3306
volumeMounts:

View File

@ -17,6 +17,7 @@ spec:
containers:
- name: mysql
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
ports:
- containerPort: 3306
volumeMounts:

View File

@ -16,6 +16,7 @@ spec:
containers:
- name: mysql
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
ports:
- containerPort: 3306
volumeMounts:

View File

@ -22,6 +22,7 @@ spec:
containers:
- name: mysql-drill
image: mysql:8.0.33
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max_connections=2000 --binlog_expire_logs_seconds=432000
ports:
- containerPort: 3306
volumeMounts: