SQL Server 2008 R2 to MySQL Migration

后端 未结 3 1626
情话喂你
情话喂你 2020-12-06 23:14

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

相关标签:
3条回答
  • 2020-12-06 23:50

    You might want to try Navicat Premium

    0 讨论(0)
  • 2020-12-07 00:05

    What version of the Workbench brings back the Migration Toolkit? I don't see it in 5.2.45 CE so maybe this is a full version feature?

    0 讨论(0)
  • 2020-12-07 00:07

    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'

    0 讨论(0)
提交回复
热议问题