O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
To pause replication, execute the following steps on each of your master servers, starting with the prime master (the first master):
On the master:
Run the FLUSH TABLES WITH READ LOCK command.
Run t...