By using MySQL replication, you can distribute MySQL queries over multiple servers to improve application performance, provide high availability (HA), and distribute data across diverse physical locations. The process involves one or more master servers, which send databases or tables asynchronously to slave servers.Follow the advice here to get off to a healthy start.
Use MySQL Replication Like an Expert to Improve Performance and Enhance Availability
Analysis
Oct 10, 20111 min




