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;
mysql查看表使用的发动机
mysql查看表使用的发动机:mysql查看表使用的引擎 show table status from 数据库名 where name=表名; 对其进行更改: alter table 表名 engine=innodb; alter table 表名 engine=myisam; mysql查看表使用的引擎 show table status from 数据库名