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?