How To migrate Microsoft SQL databases to MySQL

Option One: MySQL migration tool-kit

Option Two: Use Microsoft Access projects to export tables to an MySQL ODBC data source

Option Three: If you have access to the SQL server, dump a .SQL file and import with the mysql command line client.