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

How to export SQL Server database to MySQL?(如何将 SQL Server 数据库导出到 MySQL?)
本文介绍了如何将 SQL Server 数据库导出到 MySQL?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在尝试从 SQL Server 数据库备份文件 (.bak) 转换为 MySQL.这个问题和答案非常有用, 我已经成功导入了数据库,但现在一直在导出到 MySQL.

建议使用 MySQL Migration Toolkit,但似乎已被 MySQL Workbench 取代.是否可以使用 MySQL Workbench 以与迁移工具相同的方式从 SQL Server 迁移?

或者迁移工具包是否还在某处可用?

解决方案

您可以使用 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/

这篇关于如何将 SQL Server 数据库导出到 MySQL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Can#39;t Create Entity Data Model - using MySql and EF6(无法创建实体数据模型 - 使用 MySql 和 EF6)
MySQL select with CONCAT condition(MySQL选择与CONCAT条件)
Capitalize first letter of each word, in existing table(将现有表格中每个单词的首字母大写)
How to retrieve SQL result column value using column name in Python?(如何在 Python 中使用列名检索 SQL 结果列值?)
Update row with data from another row in the same table(使用同一表中另一行的数据更新行)
Exporting results of a Mysql query to excel?(将 Mysql 查询的结果导出到 excel?)