mysql查看表使用的發(fā)動機(jī)
來源:懂視網(wǎng)
責(zé)編:小采
時間:2020-11-09 13:58:31
mysql查看表使用的發(fā)動機(jī)
mysql查看表使用的發(fā)動機(jī):mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名 where name=表名; 對其進(jìn)行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名
導(dǎo)讀mysql查看表使用的發(fā)動機(jī):mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名 where name=表名; 對其進(jìn)行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名

mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名 where name=表名; 對其進(jìn)行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam;
mysql查看表使用的引擎
show table status from 數(shù)據(jù)庫名 where name=表名;
對其進(jìn)行更改:
alter table 表名 engine=innodb;
alter table 表名 engine=myisam;
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
mysql查看表使用的發(fā)動機(jī)
mysql查看表使用的發(fā)動機(jī):mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名 where name=表名; 對其進(jìn)行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 數(shù)據(jù)庫名