Storage engines | Storage Engine | Description |
|---|---|
| MEMORY | Hash based, stored in memory, useful for temporary tables |
| MRG_MyISAM | Collection of identical MyISAM tables |
| MyISAM | Non-transactional engine with good performance and small data footprint |
| BLACKHOLE | /dev/null storage engine (anything you write to it disappears) |
| CSV | Stores tables as CSV files |
| PERFORMANCE_SCHEMA | Performance Schema |
| ARCHIVE | gzip-compresses tables for a low storage footprint |
| FEDERATED | Allows to access tables on other MariaDB servers, supports transactions and more |
| InnoDB | Percona-XtraDB, Supports transactions, row-level locking, and foreign keys |
| Aria | Crash-safe tables with MyISAM heritage |
mysqli::real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)
Connection for controluser as defined in your configuration failed.