Assessment to do migration of On-premise MySQL to Azure database for MySQL

Copper Contributor

How can we do the assessment to do migration of On-premise MySQL to Azure database for MySQL?

is there any service or any tool to do this?

1 Reply

@KrunalRaut, there are two services you could use for the purpose. The first is, "Azure Migrate" - a generic one, and it supports database projects too. The second is Azure Database Migration Service. IT supports all kinds of migrations, including on-prem MySQL to Azure managed MySQL migration. One of the caveats is that Azure managed MySQL supports only InnoDB tables, so if you have anything opposite to this (ISAM) you gonna need to convert. The tool will help you to perform the assessment and understand the migration requirements.

Please also read carefully through the prerequisites section here.