将MySQL db导入MS Azure

时间:2021-08-23 05:06:07

I want to import a MySQL schema into a db in Microsoft Azure, I have read I need to have the file with the schema in BACPAC format, after that the file can be uploaded and imported in MS Azure.

我想在Microsoft Azure中将MySQL模式导入到db中,我读过我需要在BACPAC格式中使用该模式的文件,然后可以在MS Azure中上传和导入该文件。

How can a .sql file be converted into BACPAC format?

如何将.sql文件转换为BACPAC格式?

1 个解决方案

#1


3  

I typed mysql to azure into Google and found this:

我将mysql输入azure到谷歌,发现:

Migrating from MySQL to SQL Azure Using SSMA

In this blog post, I will describe how to setup your trial SQL Azure account for your migration project, create a “free” database on SQL Azure and walkthrough differences in the process of using SSMA to migrate the tables from the MySQL Sakila sample database to SQL Azure.

在这篇博文中,我将介绍如何为您的迁移项目设置试用SQL Azure帐户,在SQL Azure上创建一个“免费”数据库,以及如何使用SSMA将表从MySQL Sakila示例数据库迁移到SQL Azure。

...

将MySQL db导入MS Azure

...

将MySQL db导入MS Azure

You can download Microsoft SQL Server Migration Assistant for MySQL from here.

您可以从这里下载Microsoft SQL Server迁移助手。

#1


3  

I typed mysql to azure into Google and found this:

我将mysql输入azure到谷歌,发现:

Migrating from MySQL to SQL Azure Using SSMA

In this blog post, I will describe how to setup your trial SQL Azure account for your migration project, create a “free” database on SQL Azure and walkthrough differences in the process of using SSMA to migrate the tables from the MySQL Sakila sample database to SQL Azure.

在这篇博文中,我将介绍如何为您的迁移项目设置试用SQL Azure帐户,在SQL Azure上创建一个“免费”数据库,以及如何使用SSMA将表从MySQL Sakila示例数据库迁移到SQL Azure。

...

将MySQL db导入MS Azure

...

将MySQL db导入MS Azure

You can download Microsoft SQL Server Migration Assistant for MySQL from here.

您可以从这里下载Microsoft SQL Server迁移助手。