Skip to content

Commit 812dafd

Browse files
author
Mengjiao Liu
committed
Fix mysql-configmap.yaml error
1 parent 71b06a9 commit 812dafd

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)