All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 5m52s
11 lines
187 B
INI
11 lines
187 B
INI
[mysqld]
|
|
server-id=2
|
|
relay-log=mysql-relay-bin
|
|
read-only=ON
|
|
super-read-only=ON
|
|
gtid-mode=ON
|
|
enforce-gtid-consistency=ON
|
|
log-replica-updates=ON
|
|
relay-log-recovery=ON
|
|
skip-replica-start=ON
|