How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 18.10

LinuxBabe
1 min readMar 6, 2019

--

This tutorial will be showing you how to set up MariaDB master-slave replication on Ubuntu 18.04/18.10 server. MariaDB is a mature, stable, open-source relational database forked from MySQL. Replication is a feature in MariaDB that allows data on one server to be mirrored on another server. There’re several types of replication in MariaDB, including:

  • Master-slave replication
  • Master-master replication
  • Multi-source replication
  • Circular replication

Read full tutorial here: https://www.linuxbabe.com/mariadb/master-slave-replication-ubuntu-18-04-18-10

--

--

No responses yet