Can I find out if there’re good tools available for helping with conflict resolution during the replication process? Specifically MySQL.
Can I find out if there’re good tools available for helping with conflict resolution
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)