# Restarting MySQL master-master replication

DevFeed: [Restarting MySQL master-master replication](<https://devfeed.tech/articles/restarting-mysql-master-master-replication-35455.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/restarting-mysql-master-master-replication/>)

Author: Graham King

Published: 2010-02-14T20:24:13Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [MySQL](<https://devfeed.tech/topics/mysql.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Unix](<https://devfeed.tech/topics/unix.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [database](<https://devfeed.tech/tags/database.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [mysql-replication](<https://devfeed.tech/tags/mysql-replication.md>), [replication](<https://devfeed.tech/tags/replication.md>), [software](<https://devfeed.tech/tags/software.md>), [unix](<https://devfeed.tech/tags/unix.md>)

## AI overview

A practical guide to repairing broken MySQL master-master replication. It explains when to skip a duplicate statement and when to rebuild one server from the other, then describes restoring replication in both directions.

## Source excerpt

"MySQL replication: The easy fix and the right way to rebuild."