mirror of
https://github.com/MariaDB/server.git
synced 2025-03-01 00:33:09 +01:00
13 lines
276 B
INI
13 lines
276 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
wsrep_sst_method=rsync
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;pc.ignore_sb=true'
|
|
wsrep_sync_wait=1
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;pc.ignore_sb=true'
|
|
wsrep_sync_wait=1
|
|
|