1.查看自己的mysql现在已提供什么存储引擎 show engines; 2.查看自己mysql当前默认的存储引擎 show variables like '%storage_engine%'; 3.InnoDB和MyISAM对比 相关文章: