Synchronize MySQL and SQL SERVER through PHP script

0

I need to synchronize SQL Server (Master) with MySQL (Slave).

I have already found some ways to do this on the internet, such as the native SQL Server feature "Linked Server" or that APP for windows DBSync. But I wanted to know if you can do this with some script in PHP or another programming language.

I've already tried google, but I did not find any scripts, just what I mentioned above. I can not think of any algorithms that find only the rows edited in SQL SERVER and update the rows in Mysql.

    
asked by anonymous 24.11.2017 / 20:17

0 answers