首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mysql查看表使用的发动机

2014-01-03 
mysql查看表使用的引擎show table status from 数据库名 where name表名对其进行更改:alter table 表名

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

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

alter table 表名 engine=myisam;

热点排行