mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 09:25:35 +01:00
11 lines
300 B
INI
11 lines
300 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
wsrep_sst_method=mariabackup
|
|
wsrep_sst_auth="root:"
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=10M;pc.ignore_sb=true'
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=10M;pc.ignore_sb=true'
|