We have a business requirement in that, We need to do the MySQL Master-Master replication by solving the below possible issues.
- Conflict resolution
- Auto sync after MySQL server failure
Here, We are going to write the data in both the Master MySQL servers and the data should not get conflicted at any cost. Please help us to find the best way of MySQL replication in order to achieve our requirement.