当前的mysql支持的
show engines ;
当前默认的存储引擎:
show variables like '%storage_engine%';
当前某个表用了什么引擎
show create table 表名;