简体   繁体   中英

Sync a MS SQL Database with a MySQL Database

I'm working on a CRM running on a MS Server working with a MSSQL Database and now I have designed a new platform for the CRM on a linux server with a MySQL database.

I've already used MySQL Workbench to migrate my MSSQL database to MySQL. However I would like to automatically sync them once per day.

Is there any tool or script (preferably on PHP) available for this kind of job. Otherwise can you give me an idea on how to do this?

Thanks in advance.

The process you want is called replication. Both SQL Server and MySQL support it. Here are links to the info you need to read:

MySQL Replication

SQL Server Replication

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM