Tag Archives: replication

MySQL replication and flush tables with read lock gotcha

I ran into something that stumped me for a few minutes today while trying to setup some replicated databases in MySQL. As with any replication setup, you have to lock the master tables and note the binary log position via: … Continue reading

Posted in MySQL | Tagged , , , | 6 Comments