I ran into a new problem here. I cannot find priority for replication from MySQL running on a Linux server up to MS SQL Server.
Has anyone done this before?
Most importantly, all changes made to the MySQL database must be replicated to the MS database in real time or closed. The MS database is unlikely to be updated in any other way, so a bidirectional tool is not required.
I thought one way is to read the changes from the binary log. Has anyone understood before?
Thanks for helping the guys.
source
share