Skip to content

Instantly share code, notes, and snippets.

@yarko686
Created July 31, 2018 11:39
Show Gist options
  • Save yarko686/5adb7b24784c4c3c24a526519623d930 to your computer and use it in GitHub Desktop.
Save yarko686/5adb7b24784c4c3c24a526519623d930 to your computer and use it in GitHub Desktop.
/etc/my.cnf.d/server.cnf
[galera]
wsrep_on=ON
wsrep_provider=/usr/lib64/galera/libgalera_smm.so
wsrep_cluster_address=gcomm://176.12.12.50,176.12.12.51,176.12.12.52
binlog_format=row
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment