Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  Verifying that InnoDB is the Default Storage Engine

17.1.3 验证 InnoDB 是否为默认存储引擎

使用SHOW ENGINES语句查看可用的 MySQL 存储引擎。查找DEFAULTSUPPORT列中。

mysql> SHOW ENGINES;

或者,查询信息_schema中的ENGINES表。

mysql> SELECT * FROM INFORMATION_SCHEMA.ENGINES;