SQL Server to MYSQL Migration tool [closed]

2020-07-18 02:42发布

I want to migrate my SQL Server database into MYSQL. Is there any open source or free software for that?

2条回答
成全新的幸福
2楼-- · 2020-07-18 03:22

sorry for the late answer. just saw your post. what you can do is,

dump sql file from the table in MSSQL and use that file to import data into MySQL table. you can use navicat for this ( import to mySQL).

查看更多
我只想做你的唯一
3楼-- · 2020-07-18 03:36

There is the MySQL Migration Toolkit which is part of the MySQL GUI tools available at

http://dev.mysql.com/downloads/gui-tools/5.0.html

It does require some configuration to get working, is a pain but does get the job done.

查看更多
登录 后发表回答