Skip to content

Commit e1927a6

Browse files
authored
Merge pull request #32868 from mengjiao-liu/fix-mysql-conf
Fix mysql-configmap.yaml error
2 parents 71b06a9 + 812dafd commit e1927a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/examples/application/mysql/mysql-configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ data:
99
# Apply this config only on the primary.
1010
[mysqld]
1111
log-bin
12+
datadir=/var/lib/mysql/mysql
1213
replica.cnf: |
1314
# Apply this config only on replicas.
1415
[mysqld]
1516
super-read-only
17+
datadir=/var/lib/mysql/mysql
1618

0 commit comments

Comments
 (0)