blob: 23b1392e4b10f8088d153506da8e12fb6d0bb595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Use default setting for mysqld processes
!include include/default_my.cnf
[mysqld]
wsrep-on=OFF
[mysqld.1]
wsrep-on=OFF
#galera_port=@OPT.port
#ist_port=@OPT.port
#sst_port=@OPT.port
|