Drop files here

SQL upload ( 0 ) x-

Server: localhost
Page-related settingsClick 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
Bookmarks
Refresh
Add
No bookmarks
Add bookmark
Options
Set default





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

Storage engines

Storage Engine Description
CSV Stores tables as CSV files
MyISAM Non-transactional engine with good performance and small data footprint
BLACKHOLE /dev/null storage engine (anything you write to it disappears)
MEMORY Hash based, stored in memory, useful for temporary tables
SEQUENCE Generated tables filled with sequential values
ARCHIVE gzip-compresses tables for a low storage footprint
MRG_MyISAM Collection of identical MyISAM tables
PERFORMANCE_SCHEMA Performance Schema
InnoDB Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables
Aria Crash-safe tables with MyISAM heritage