首頁  >  文章  >  資料庫  >  mysql查看表使用的发动机

mysql查看表使用的发动机

WBOY
WBOY原創
2016-06-07 16:16:131038瀏覽

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

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

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

alter table 表名 engine=myisam;
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn