Robust fault tolerant MySQL replication
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2009-06-06T13:48:46Z
Indexed on
2010/04/27
21:13 UTC
Read the original article
Hit count: 402
Is there any way to get a fault tolerant MySQL replication? I am in an environment that has many networking issues. It appears that replication gets an error and just stops. I need it to continue to work and recover from these faults. There is some wrapper software that checks the state of replication and restarts it in the case of losing its log position. Is there an alternative?
Note: Replication is done from an embedded computer with MySQL 4.1 to a external computer that has MySQL 5.0.45
© Stack Overflow or respective owner