Recent
Favorites

Drop files here

SQL upload ( 0 ) x-

Server: rdbms.strato.de
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
Options
Set default





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

Storage engines

MyISAM Documentation

MyISAM storage engine

MyISAM is available on this MySQL server.

bulk_insert_buffer_size 8,192 KiB
delay_key_write ON
The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified. Data pointer size 6 B
The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE). Maximum size for temporary sort files 8,192 PiB
myisam_mmap_size 18446744073709551615
The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option. Automatic recovery mode BACKUP,FORCE
The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE. Sort buffer size 65,536 KiB
myisam_stats_method nulls_unequal
myisam_use_mmap OFF
skip_external_locking ON