You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_mariadb/templates/myprimary.j2

11 lines
385 B
Plaintext

[mysqld]
server_id = 1
port = {{ primary_db.port }}
datadir = {{ primary_db.datadir }}
socket = {{ primary_db.datadir }}/mysql.sock
pid-file = {{ primary_db.datadir }}/mysql.pid
log_bin = {{ primary_db.logdir }}/mysql-bin.log
sync_binlog = 1
binlog-format = ROW
innodb_flush_log_at_trx_commit = 1