查看MySQL的当前存储引擎

看你的mysql现在已提供什么存储引擎:

mysql> show engines;

看你的mysql当前默认的存储引擎:
mysql> show variables like '%storage_engine%';

原文地址:https://www.cnblogs.com/geeky/p/4894893.html