1

I have a Microsoft SQL Server database and I want to restore that database to MySQL.

How can I do this?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
  • 1
    possible duplicate of [Convert a SQL Server database to MYSQL database](http://stackoverflow.com/questions/2531578/convert-a-sql-server-database-to-mysql-database) – Carsten Mar 20 '14 at 12:00
  • Check this: http://stackoverflow.com/questions/3917081/how-to-export-ms-sql-database-to-mysql – Sathish D Mar 20 '14 at 12:01

1 Answers1

2

This is possible by installing MySql Migration tool kit. After that follow below steps. enter image description here

Gopinath
  • 54
  • 3