DRBD
Tuesday, November 27th, 2007Description
DRBD is a high-availability solution for MySQL that combines MySQL, Linux Heartbeat and Distributed Replicated Block Device (DRBD) for a hot-standby solution that synchronously replicates MySQL data between the primary and secondary server.
The key benefit of DRBD over replication is that it enforces data synchronization between the primary and secondary machine, ensuring that the secondary […]