mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 05:00:35 +03:00
initial
This commit is contained in:
11
sim/cluster0/mariadb/replica.cnf
Normal file
11
sim/cluster0/mariadb/replica.cnf
Normal file
@@ -0,0 +1,11 @@
|
||||
[mysqld]
|
||||
# cast02/cast03 — MariaDB replica (server-id set by mariadb-replica.sh)
|
||||
log_bin=mysql-bin
|
||||
binlog_format=ROW
|
||||
gtid_domain_id=1
|
||||
log_slave_updates=1
|
||||
bind-address=0.0.0.0
|
||||
read_only=1
|
||||
relay_log=relay-bin
|
||||
replicate-do-db=androidcast_crashes
|
||||
replicate-do-db=url_shortener
|
||||
Reference in New Issue
Block a user