Step by Step guide for creating Master Slave replication in MariaDB

Posted by linuxtechlab on Jun 7, 2018 2:53 PM EDT
https://linuxtechlab.com
Mail this story
Print this story

Replication is used to create multiple copies of our database & these copies then can either be used as another database to run our queries on, queries that might otherwise affect performance of master server like running some heavy analytics queries or we can just use them for data redundancy purposes or for both. We can automate the whole process i.e. data replication occurs automatically from master to slave. Backups are be done without affecting the write operations of the master

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Linux, MySQL

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.