MyISAM
From JumbaWiki
MyISAM is a "storage engine" for MySQL.
File formats
Information is stored in 3 different file types:
- .frm files store the table definition.
- .MYD files store the data (MYData)
- .MYI is the index file (MYIndex).
MyISAM is a "storage engine" for MySQL.
Information is stored in 3 different file types: