mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 08:38:36 +03:00
11 lines
200 B
INI
11 lines
200 B
INI
[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
|