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.
How can a .sql file be converted into BACPAC format?
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.
How can a .sql file be converted into BACPAC format?
I typed mysql to azure
into Google and found this:
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.
...
...
You can download Microsoft SQL Server Migration Assistant for MySQL from here.