The issue we’ve experienced with MySQL replication is resyncing a master and slave on a database with high write activity. Locking the…
Post: Resyncing table on MySQL Slave
… difference between Master and Slave you can use excellent Maatkit tool though if you you just need to resync small single table… having table locked causes connections to pile up and either MySQL runs out of connections or Apache out of children allowed… not want to shut down the master and slave. If you need quick resync of large amount of data it is much…
Post: Troubleshooting Relay Log Corruption in MySQL
… (especially if replicating over unreliable long distance networks), MySQL bugs on master or slave, hardware problems and few others. In any case… from the new position or resync the slaves to the master. How can you recover the slave ? As all slaves are likely to be… to resync them. Last method works in particularly well in case you can afford to run for a while with slaves which…
Comment: MySQL Replication vs DRBD Battles
…, we are debating DRBD vs MySqL replication. The idea would be two servers, one master, one slave running drbd. Second server would… crash, the slave is now live. How long does it take to resync the master with the slave? Can the slave simply become the master and the master now be considered the hot spare slave…
Comment: No more MySQL Crash Safe Replication in 5.0 ?
… is best if MySQL Replication would not break in case of power failure and have single command ways to resync slave from the master (or from the slave) if it out of sync for some… a lot with replication safety and deal between Google and MySQL may mean we will see results of those efforts in…
Comment: MySQL Pays attention to Bugs (Finally!)
… database adding views, triggers, stored procedures etc which is what MySQL “core” market did not need so much. At the same… MySQL 3.23 but there is still not out of the box ways to check master is in sync with slave or resync…

