Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I want to migrate my SQL Server database into MYSQL. Is there any open source or free software for that?
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I want to migrate my SQL Server database into MYSQL. Is there any open source or free software for that?
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).
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.