How to migrate SQL Server database to MySQL? [closed]

只谈情不闲聊 提交于 2019-11-26 17:52:43

I'm usually using opendbcopy for these kind of jobs ...

ScoRpion

This question has been asked several times on stackoverflow. you can check the following links

How to export MS SQL database to MYSQL?

How to convert Mssql database to Mysql Database

Please check these links I hope they will be useful to you..

I tried this tool once http://dbconvert.com/convert-mssql-to-mysql-pro.php , but you have to pay for the full version. Of course you can write your own migration script e.g. in PHP. On Windows it will be easy to connect to MSSQL server, from a Linux machine you have to use ODBC and that is sometimes a bit messy to install and configure.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!