How to Configure MySQL Primary-Replica Replication on RHEL 7
How to Configure MySQL Primary-Replica Replication on RHEL 7 MySQL replication allows data written to one server (the primary, formerly called master) to be automatically copied to one or more other servers (replicas, formerly called slaves). This is one of the most widely deployed MySQL high-availability techniques: it provides read-scale-out by offloading SELECT queries to […]