MySQL Forums
Forum List  »  Other Migration

sql server to mysql database mirroring - Best ways to achieve?
Posted by: Rathi Rao
Date: February 21, 2017 01:33AM

Hi,

I want to mirror my database in sql server to mysql. I migrate the schema with data to mysql using mysql workbench.

Now, any insert/update/delete on sql server needs to be migrated to mysql as well. I can have difference in data of maximum 10 mins between the 2 databases. Meaning, I will have to keep running a job every 10 mins to monitor the changes in sql server and migrate them to mysql.

What are the ways to achieve this?

Any thoughts on this would be very helpful

Thanks in advance Rathi

Options: ReplyQuote


Subject
Views
Written By
Posted
sql server to mysql database mirroring - Best ways to achieve?
2574
February 21, 2017 01:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.