Is there a GUI tool out there that will allow me to migrate entire SQL Server 2008 R2 databases to MySQL? I have MySQL Workbench installed, but it looks like there isn’t a feature in it like SSIS to copy and paste entire databases from SQL Server. I downloaded the MySQL Migration Toolkit, but it is no longer supported and I get a Java error when running it.
Share
The new version of MySQL Workbench incorporated the old Migration Toolkit. You can now do direct imports / exports between different databases inside of MySQL Workbench.
To get to the Migration Wizard, click on ‘Database’ on the tab menu. Then select ‘Migrate’