16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
![]() |
[mysqld]
|
||
|
|
||
|
# Mandatory settings
|
||
|
wsrep_on = ON
|
||
|
wsrep_cluster_name = "MariaDB Galera Cluster"
|
||
|
wsrep_cluster_address = gcomm://mariadb-node1,mariadb-node2,mariadb-node3
|
||
|
binlog_format = row
|
||
|
default_storage_engine = InnoDB
|
||
|
innodb_autoinc_lock_mode = 2
|
||
|
|
||
|
# Allow server to accept connections on all interfaces.
|
||
|
bind-address = 0.0.0.0
|
||
|
|
||
|
# Optional settings
|
||
|
#wsrep_slave_threads = 1
|
||
|
#innodb_flush_log_at_trx_commit = 0
|