MySQL 8.3 Release Notes
Issue the SHOW ENGINES
statement to view the available MySQL storage engines. Look for DEFAULT
in the SUPPORT
column.
Press CTRL+C to copymysql> SHOW ENGINES;
Alternatively, query the Information Schema ENGINES
table.
Press CTRL+C to copymysql> SELECT * FROM INFORMATION_SCHEMA.ENGINES;