Posts tagged ‘mysql’

Restarting mysql master-master replication

by on August 22, 2009


These are the steps for restarting master-master replication where replication has stopped due to a slave IO issue.  You can tell if this solution applies to you by typing "show slave status\G;" at the mysql prompt.  If "Slave_IO_Running: No", on one ...