Storage engines
| Mesin Penyimpanan | Deskripsi |
|---|---|
| FEDERATED | Federated MySQL storage engine |
| MEMORY | Hash based, stored in memory, useful for temporary tables |
| InnoDB | Supports transactions, row-level locking, and foreign keys |
| PERFORMANCE_SCHEMA | Performance Schema |
| MyISAM | MyISAM storage engine |
| MRG_MYISAM | Collection of identical MyISAM tables |
| BLACKHOLE | /dev/null storage engine (anything you write to it disappears) |
| CSV | CSV storage engine |
| ARCHIVE | Archive storage engine |
Server Demo phpMyAdmin:
Saat ini menjalankan revisi Git RELEASE_5_2_1-5377-g8e721911f0 dari master cabang.