How does MySQL handle database replication?
The question is about MySQL
Answer:
MySQL supports replication by copying data from a primary server to one or more secondary servers. It offers asynchronous, semi-synchronous, and group replication modes, enabling load balancing, redundancy, and high availability. Developers can configure replication for read scaling or disaster recovery.