Cookies must be enabled past this point.
localhost

Storage Engines

Storage Engine Description
PERFORMANCE_SCHEMA Performance Schema
CSV CSV storage engine
MRG_MYISAM Collection of identical MyISAM tables
BLACKHOLE /dev/null storage engine (anything you write to it disappears)
MyISAM MyISAM storage engine
MEMORY Hash based, stored in memory, useful for temporary tables
ARCHIVE Archive storage engine
FEDERATED Federated MySQL storage engine
InnoDB Supports transactions, row-level locking, and foreign keys