1、show engines;

查看MySQL数据库支持的存储引擎

2、show engines\g;

查看MySQL数据库支持的存储引擎

3、show variables like 'have%';

查看MySQL数据库支持的存储引擎

4、show variables like 'storage_engine';

查看MySQL数据库支持的存储引擎

相关文章: