查看mysql的存储引擎:
mysql>show engines;
查看默认的搜索引擎:
mysql>show variables like '%storage_engine%';
查看某个表用的什么引擎
show create table 表名;
查看mysql的存储引擎:
mysql>show engines;
查看默认的搜索引擎:
mysql>show variables like '%storage_engine%';
查看某个表用的什么引擎
show create table 表名;
转载于:https://www.cnblogs.com/jiaxiaoai/archive/2011/05/22/2053638.html