From:       To:      
Home > Documentation > SQL Server to MySQL

SQL Server to MySQL Migration via MySQL Workbench

MySQL Workbench is a cross platforming tool having user-friendly graphical intereface designed for database administrators and developers. It provides a lot of capabilities for data modeling, SQL development and many other administration tasks. One of such routines is database migration from SQL Server to MySQL.

Prerequisites:

How to configure the ODBC driver for database migration:

  1. Push Windows start button and navigate to the 32-bit or 64-bit ODBC drivers (depending on your system)
  2. In the appeared dialog box open "System DSN" tab and click "Add" button
  3. From the "Data Sources" drop-down select "SQL Server" and click "Finish"
  4. In the "Connect a New Data Source to SQL Server" window provide necessary connection parameters. You can find SQL Server name from the "Connect to Server" window in SQL Server Management Studio or by running SELECT @@SERVERNAME in the SQLQuery. Click "Next".
  5. Keep the Windows Authentication as "SQL Server authentication method" and click "Next".
  6. Select "Change the default Database" to actual MySQL database name and click "Next".
  7. Click "Finish" and then "Test Data Source".
Finally, this is a time to migrate SQL Server to MySQL through the following steps:

Have any questions? Contact us