Press Ctrl+Enter to execute queryPress Enter to execute query
Collapse Expand Requery Edit Explain Profiling Bookmark Query failed Database: inlislite_v3 Queried time: During current session
SELECT * FROM `session`
Storage Engines
| Storage Engine | Description |
|---|---|
| CSV | CSV storage engine |
| InnoDB | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables |
| MEMORY | Hash based, stored in memory, useful for temporary tables |
| MyISAM | MyISAM storage engine |
| MRG_MyISAM | Collection of identical MyISAM tables |
| Aria | Crash-safe tables with MyISAM heritage |
| PERFORMANCE_SCHEMA | Performance Schema |
| SEQUENCE | Generated tables filled with sequential values |