replication between SQL Server and MySQL server

前端 未结 4 1114
萌比男神i
萌比男神i 2020-12-06 07:49

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

4条回答
  •  温柔的废话
    2020-12-06 08:34

    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.

提交回复
热议问题