Created on 06-06-2018 06:34 AM - edited 09-16-2022 06:18 AM
I would like to migrate the mysql database from HDP cluster to Azure mssql database
what is advantages and disadvantages for this activity
If it is advantage, how i have to migrate ..kindly provide the process
What about existing data, how to migrate the existing data to azure mssql.
Created 06-06-2018 08:29 AM
I want to ensure the document in the link above will move your on-premise MySQL to MySQL in Azure.Azure Database for MySQL is a Microsoft cloud based service based on the MySQL Community Edition database engine.
Advantages
Difference between Azure MSSQL and Azure MySQL DB
These are just but a few distinct differences between the 2 RDBMS's
If you found this answer addressed your question, please take a moment to log in and click the "accept" link on the answer.
Created 06-06-2018 06:55 AM
There is a better option almost out-of-the-box if you want to preserve your MySQL and avoid migration downtime
What is Azure Database for MySQL?
Hope that helps
Created 06-06-2018 07:19 AM
what about existing data and how do i access the existing data ?
Created 06-06-2018 07:44 AM
For the existing, you can accomplish this using the mysqldump to backup and then load the data to the Azure Mysql DB
Created 06-06-2018 07:47 AM
what is fundamental difference between Azure MSSQL and Azure Mysql DB?
Created 06-06-2018 08:29 AM
I want to ensure the document in the link above will move your on-premise MySQL to MySQL in Azure.Azure Database for MySQL is a Microsoft cloud based service based on the MySQL Community Edition database engine.
Advantages
Difference between Azure MSSQL and Azure MySQL DB
These are just but a few distinct differences between the 2 RDBMS's
If you found this answer addressed your question, please take a moment to log in and click the "accept" link on the answer.