Using MySQL Master-Master Replication Technique synchronizing the data between two servers.
Upon editing some data in any table, the changes get reflected at other end as well.
MASTER_LOG_POS changes on every change whenever an update is done at either end. Both Databases are not in sync after the position changes.
Please help to correct this problem ??
Upon editing some data in any table, the changes get reflected at other end as well.
MASTER_LOG_POS changes on every change whenever an update is done at either end. Both Databases are not in sync after the position changes.
Please help to correct this problem ??