PDF (US Ltr)
- 40.4Mb
PDF (A4)
- 40.5Mb
Man Pages (TGZ)
- 259.5Kb
Man Pages (Zip)
- 366.7Kb
Info (Gzip)
- 4.1Mb
Info (Zip)
- 4.1Mb
Issue a SHOW ENGINES statement to
view the available MySQL storage engines. Look for
DEFAULT in the SUPPORT
column.
mysql> SHOW ENGINES;
Alternatively, query the Information Schema
ENGINES table.
mysql> SELECT * FROM INFORMATION_SCHEMA.ENGINES;