MySQL 错误:#1031 – Table storage engine for ‘xxx’ doesn’t have this option 的解决办法
在批量修改mysql数据表为innodb引擎时,运行修改语句遇到报错,错误信息如下:数据管理#1031 - Table storage engine for 'xxx' doesn't have this option其中的 xxx 是具体的表名,导致这个错误的原因是 MySQL 版本的问题。MySQL 5.6 版本默...