@rishiagrahari_twitter, migrating from an on-premises instance of MySQL or a MySQL instance hosted in a virtual machine to Azure Database for MySQL is considered a homogeneous migration. Azure Database for MySQL automatically manages patching for minor version updates. Azure Database for MySQL supports versions 5.6.3.5 and 5.7.1.8 using the InnoDB engine, so if you are running a supported version in on-premises MySQL, the database will be fully compatible, and the migration will be relatively straightforward.
If you have MyISAM tables, convert them to InnoDB before you migrate them to Azure Database for MySQL. For more information, see the MySQL article Converting Tables from MyISAM to InnoDB at https://dev.mysql.com/doc/refman/5.6/en/converting-tables-to-innodb.html.
Hi, From SQL Server 2012 to SQL Server 2017 scenario, migration guide says that the transnational replication from SQL2012 to SQL2017 is the supported migration option. But it is not supported option, according to the following document. It says that if SQL2012 is a publisher, the subscriber is up to SQL2016. Which is correct?