Drop files here

SQL upload ( 0 ) x -

Page-related settings Click on the bar to scroll to top of page
Press Ctrl+Enter to execute query Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Expand Show trace Hide trace Count : Time taken :
Options
Set default





Collapse Expand Requery Edit Explain Profiling Query failed Database : Queried time :

Storage engines

Storage Engine Description
MEMORY Hash based, stored in memory, useful for temporary tables
CSV Stores tables as CSV files
PERFORMANCE_SCHEMA Performance Schema
Aria Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables
MyISAM Non-transactional engine with good performance and small data footprint
MRG_MyISAM Collection of identical MyISAM tables
InnoDB Supports transactions, row-level locking, foreign keys and encryption for tables
SEQUENCE Generated tables filled with sequential values