Cookies must be enabled past this point.
localhost

MyISAM Documentation

MyISAM storage engine

MyISAM is available on this MySQL server.

bulk_insert_buffer_size 8,192 KiB
delay_key_write ON
1 Data pointer size 6 B
2 Maximum size for temporary sort files 8,192 PiB
myisam_mmap_size 18446744073709551615
3 Automatic recovery mode BACKUP
4 Repair threads 1
5 Sort buffer size 8,192 KiB
myisam_stats_method nulls_unequal
myisam_use_mmap OFF
skip_external_locking ON
1 The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.
2 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).
3 The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.
4 If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.
5 The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.