Mysql Master-Slave Replication
Submitted by admin
on Fri, 03/09/2020 – 04:31
Hey all! Today, we shall show you some examples of master-slave replication setups.
A bit of theory first
Why do you need replication in the first place? There are at least two reasons to set it up. First off, it is your insurance that helps avoid downtime when/if your master MySQL server goes down: with replication, slave server picks up and fills for the master. Secondly, replication allows decreasing load suffered by the master server: you use it for writing only and pass read queries to slave.
Tags
WordPress maintenance support plans Planet
Mysql replication
Source: New feed