MyISAM

From JumbaWiki

Jump to: navigation, search

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).

See also

External links

Personal tools