top of page
CerebroSQL

SHOW ENGINES

База данных: MySQL

68747470733a2f2f7374796c65732e7265646469746d656469612e636f6d2f74355f32716d366b2f7374796c65

Syntax:
SHOW [STORAGE] ENGINES

SHOW ENGINES displays status information about the server's storage
engines. This is particularly useful for checking whether a storage
engine is supported, or to see what the default engine is.

For information about MySQL storage engines, see
https://dev.mysql.com/doc/refman/8.0/en/innodb-storage-engine.html, and
https://dev.mysql.com/doc/refman/8.0/en/storage-engines.html.

URL: https://dev.mysql.com/doc/refman/8.0/en/show-engines.html

Example

bottom of page