MySQL Replication has become an instrumental part of scale-out
architectures in LAMP environments. MySQL offers plenty of
solutions when there is a need to scale out, the most common
being to add read replicas.
Building a database HA stack for production can be daunting. It
is not just about setting up replication between a master and
some slave servers, it’s also about how to restore broken
topologies and fail-over, how applications can keep track of the
writable master and the read-only slaves, what to do when servers
are corrupted, how to perform backups, and more.
We’ve produced a number of resources aimed at helping users to
get started with MySQL Replication or to get more out of their
existing setups.
The White Papers The MySQL© Replication Blueprint
This is a great resource for anyone wanting to build or optimise
a MySQL replication setup. The MySQL Replication Blueprint is
about having a complete …
[Read more]