How to install and configure MariaDB Galera as master to master replication cluster on Ubuntu 16.04 LTS
Here’s how you can install and configure MariaDB Galera as a master-to-master replication cluster on Ubuntu 16.04 LTS: Install MariaDB on each node in the cluster: sudo apt-get update sudo apt-get install software-properties-common sudo apt-key adv –recv-keys –keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 sudo add-apt-repository ‘deb [arch=amd64,i386,ppc64el] http://ftp.igh.cnrs.fr/pub/mariadb/repo/10.3/ubuntu xenial main’ sudo apt-get update sudo apt-get install mariadb-server mariadb-client … Read more