Understanding Replication In MySQL
March 17, 2024 · 1328 words · 7 min
MySQL Replication is a process where data from one MySQL database known as the master is copied over to one or more other databases called replicas or slaves. In this article, we’ll learn what replication is, how to enable replication, replication modes and replication forms.