<p class="intro">mysql查看表使用的引擎 show table status from 数据库名 where name=表名; 对其进行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam;</p> mysql查看表使用的引擎<br> show table status from 数据库名 where name=表名;<br><br>对其进行更改:<br>alter table 表名 engine=innodb;<br> <br>alter table 表名 engine=myisam;