2

I've been searching for documentations on how to configure a Multi-Master Replication in MariaDB but I can't find any. I use to try some configurations for MySQL but they didn't work. Wsrep were both ON in my two nodes but when I connect the second node to the donor, there's an error while restarting mysql. I'm using CentOS 6.4 OS. Can someone provide a documentation for MariaDB-Galera cluster Multi-Master Replication?

user2446614
  • 21
  • 1
  • 3

1 Answers1

3

See http://matthewcasperson.blogspot.com.au/2013/07/setting-up-galera-cluster-in-centos-6.html for some instructions. It runs through the process of setting up a MariaDB cluster in Centos.

Phyxx
  • 15,730
  • 13
  • 73
  • 112