查看mysql的存储引擎: mysql>show engines; 查看默认的搜索引擎: mysql>show variables like '%storage_engine%'; 查看某个表用的什么引擎 show create table 表名;