mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 06:38:18 +03:00
initial
This commit is contained in:
10
sim/cluster0/mariadb/primary.cnf
Normal file
10
sim/cluster0/mariadb/primary.cnf
Normal file
@@ -0,0 +1,10 @@
|
||||
[mysqld]
|
||||
# cast01 — MariaDB primary (GTID async replication)
|
||||
server-id=1
|
||||
log_bin=mysql-bin
|
||||
binlog_format=ROW
|
||||
gtid_domain_id=1
|
||||
log_slave_updates=1
|
||||
expire_logs_days=7
|
||||
bind-address=0.0.0.0
|
||||
read_only=0
|
||||
Reference in New Issue
Block a user