Apr 18 2007
Mysql Failover
When a Mysql server contains critical data, it’s always a good idea to rely on more than one server. Implementing a cluster would be ideal in this situation and could offer a high availability setup. It gives the option to replace a node if it fails with no disruption of service or even data loss. […]