mysql查看表使用的發動機
來源:懂視網
責編:小采
時間:2020-11-09 13:58:31
mysql查看表使用的發動機
mysql查看表使用的發動機:mysql查看表使用的引擎 show table status from 數據庫名 where name=表名; 對其進行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數據庫名
導讀mysql查看表使用的發動機:mysql查看表使用的引擎 show table status from 數據庫名 where name=表名; 對其進行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數據庫名

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;
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
mysql查看表使用的發動機
mysql查看表使用的發動機:mysql查看表使用的引擎 show table status from 數據庫名 where name=表名; 對其進行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數據庫名