Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

replication between SQL Server and MySQL server

Tags:

replication

I want to setup replication between SQL Server and MySQL, in which SQL Server is the primary database server and MySQL is the slave server (on linux).

Is there a way to setup such scenario? Help me .

like image 937
Rjnish Kumar Avatar asked May 05 '11 21:05

Rjnish Kumar


1 Answers

My answer might be coming too late, but still for future reference ... You can use one of the heterogeneous replication solutions like SymmetricDS: http://www.symmetricds.org/. It can replicate data between any SQL database to any SQL database, altough the overhead is higher than using a native replication solution.

like image 86
takemoa Avatar answered Jan 04 '23 04:01

takemoa