Server: localhost

Storage Engines

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