vote up 1 vote down star

Hi,

Can I find out if there're good tools available for helping with conflict resolution during the replication process? Specifically MySQL.

flag

63% accept rate

1 Answer

vote up 1 vote down check

If you get a replication fault in some way, something's gone wrong. There's some tools in the Maatkit toolkit that can help out, but in general the easiest and most reliable way to deal with the problem is just to resync (FLUSH TABLES WITH READ LOCK; mysqldump --all-databases --master-info; mysql < dumpfile)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.