Please explain .frm .myd .myi in mysql?

Monday, November 2, 2009 17:49

Each MyISAM table is stored on disk in three files. The files have names that begin with the table name and have an extension to indicate the
file type.

  • The ‘.frm’ file stores the table definition.
  • The data file has a ‘.MYD’ (MYData) extension.
  • The index file has a ‘.MYI’ (MYIndex) extension.
  • Share/Bookmark
You can leave a response, or trackback from your own site.

Leave a Reply