Not sure how complicated your database is, but if it has only some tables and data, here is a free script here that automatically converts Microsoft SQL Server tables and data to MySQL.
If you need something more complex, then MySQL has a set of migration tools that allows you to migrate from Microsoft SQL Server to MySQL. In addition, here is a tutorial on how to use it. Note that this has now been discontinued, in favor of MySQL Workbench , in which data transfer .
In addition, this converter converts everything except stored procedures from MSSQL to MySQL, at a price of only $ 50, which is not bad.
You can also check out this document on the MySql website on how to plan your migration from SQL Server to MySQL, as well as some resources.
source share