当前位置:Gxlcms > mysql > mysql查看存储引擎_MySQL

mysql查看存储引擎_MySQL

时间:2021-07-01 10:21:17 帮助过:23人阅读

查看mysql的存储引擎:

mysql>show engines;

查看默认的搜索引擎:

mysql>show variables like '%storage_engine%';

查看某个表用的什么引擎

show create table 表名;

人气教程排行