#Mysql Master Master Replication

1 messages ยท Page 1 of 1 (latest)

daring tiger
#

https://www.digitalocean.com/community/tutorials/how-to-set-up-mysql-master-master-replication
Hi, everyone. I am trying to set up MySQL master-master replication. I managed to set it up by following the guide at the first link. However, the databases do not resync their state when one of the databases recovers from a shutdown state.

For example, server B was down and server A had inserted 3 rows of data. The server B did not replicate the 3 rows of data after up again.

So, my question is: How can I force the data to sync after recovering from server downtime or a server failure issue?

serene rose
#

Think you might have better luck asking on a DevOps related community

daring tiger
#

Yeah, I think so. Just giving it a shot here too.

serene rose
#

Also, did you read the big notice and try the suggested approach? ๐Ÿ˜…

Status: Deprecated
This tutorial has been deprecated and is no longer maintained.

Reason: This tutorial covers an outdated method for building a multi-master topology. At the time this article was originally published, group replication had not yet been implemented in MySQL.

See Instead: You can read the newer How To Configure MySQL Group Replication on Ubuntu 16.04 tutorial to set up a multi-primary replication group.

#

Published on April 26, 2013
๐Ÿ’€

daring tiger
#

mb, didn't notice that

serene rose
#

No worries, at least it gives an easy opportunity to test another approach

marble mulch