• About panadmin

    MySQL Replication Setup

    by  • June 25, 2012 • Linux, MySQL • 0 Comments

    The target uses for replication in MySQL include: Scale-out solutions – spreading the load among multiple slaves to improve performance. In this environment, all writes and updates must take place on the master server. Reads, however, may take place on one or more slaves. This model can improve the performance of writes (since the...

    Read more →