且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将 SQL Server 数据库导出到 MySQL?

更新时间:2022-10-18 12:08:25

您可以使用 MySQL Workbench 它提供了一种以更少的时间和精力将数据和应用程序从 Microsoft SQL Server 快速迁移到 MySQL 的方法.

这个工具有很多很酷的功能,比如:

  • 数据库迁移 - 支持从 Microsoft SQL Server、Sybase ASE 和 PostgreSQL 迁移.
  • 迁移项目管理 - 允许配置、复制、编辑、执行和计划迁移.

阅读更多http://www.mysql.com/products/workbench/migrate/>

I'm trying to convert from a SQL Server database backup file (.bak) to MySQL. This question and answers have been very useful, and I have successfully imported the database, but am now stuck on exporting to MySQL.

The MySQL Migration Toolkit was suggested, but seems to have been replaced by the MySQL Workbench. Is it possible to use the MySQL Workbench to migrate from SQL Server in the same way that the migration tool worked?

Or is the Migration Toolkit still available somewhere?

You can use MySQL Workbench which provides a way to quickly migrate data and applications from Microsoft SQL Server to MySQL employing less time and effort.

This tool has a lot of cool features like:

  • Database migrations - enables migrations from Microsoft SQL Server, Sybase ASE and PostgreSQL.
  • Migration project management - allows migrations to be configured, copied, edited, executed and scheduled.

Read more http://www.mysql.com/products/workbench/migrate/