Creating MyISAM Table in Azure database for MySQL is enable?

不打扰是莪最后的温柔 提交于 2019-12-03 14:48:31

Correct - 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.

Jason Azure DB for MySQL team

As far as i know MYISAM is not supported in Azure database for MySQL. I'd suggest you switch to InnoDB instead.

In addition, I've also found a similar feedback in Azure feedback site.I'd suggest you keep track of that to see if anything changes.

Regards,
Lin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!