Created
October 3, 2015 13:29
-
-
Save tanji/9026e244d63fd11941c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mysqld] | |
binlog_format=ROW | |
innodb_buffer_pool_size=64M | |
innodb_autoinc_lock_mode=2 | |
innodb_flush_log_at_trx_commit=2 | |
bind-address=0.0.0.0 | |
#galera settings | |
wsrep_provider=/usr/lib64/galera/libgalera_smm.so | |
wsrep_cluster_name="my_wsrep_cluster" | |
wsrep_cluster_address=gcomm://192.168.50.101,192.168.50.102,192.168.50.103 | |
wsrep_sst_method=rsync | |
wsrep_node_address={{ ansible_eth1.ipv4.address }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment