File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
MYSQL_DATABASE : pymysqlreplication_test
9
9
ports :
10
10
- 3306:3306
11
- command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates
11
+ command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on
12
12
restart : always
13
13
networks :
14
14
- default
@@ -20,7 +20,7 @@ services:
20
20
MYSQL_DATABASE : pymysqlreplication_test
21
21
ports :
22
22
- 3307:3307
23
- command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates - P 3307
23
+ command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on -P 3307
24
24
25
25
pymysqlreplication :
26
26
build :
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ services:
6
6
MYSQL_ALLOW_EMPTY_PASSWORD : true
7
7
ports :
8
8
- 3306:3306
9
- command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates
9
+ command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on
10
10
11
11
percona-5.7-ctl :
12
12
image : percona:5.7
13
13
environment :
14
14
MYSQL_ALLOW_EMPTY_PASSWORD : true
15
15
ports :
16
16
- 3307:3307
17
- command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates - P 3307
17
+ command : mysqld --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on -P 3307
18
18
19
19
mariadb-10.6 :
20
20
image : mariadb:10.6
You can’t perform that action at this time.
0 commit comments