读书人

mysql查看表使用的发动机

发布时间: 2014-01-03 00:30:09 作者: rapoo

mysql查看表使用的引擎
show table status from 数据库名 where name=表名;

对其进行更改:
alter table 表名 engine=innodb;

alter table 表名 engine=myisam;

读书人网 >Mysql

热点推荐