Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
854 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Why doesn’t MySQL Database on Azure support databases in MyISAM format?
Hi RohanJones
As our Product team has indicated on the product feedback page as well as several other sites that Azure DB for MySQL doesn't support MyISAM. Here is their reasoning:
MYISAM is not supported in Azure Database for MySQL, primarily due to the lack of transaction support which can potentially lead to data loss. This is one of the reasons MySQL switched over to InnoDB as the default.
Here are documents for the same:
Hope this helps.
Thanks
Navtej S