查询当前 MySQL 服务支持从引擎
show engines;
查询当前 MySQL 服务默认的引擎
show variables like '%storage_engine%';
查询指定的表使用的引擎
show create table tableName;