Each MyISAM table is stored on disk in three formats: The ‘.frm’ file stores the table definition The data file has a ‘.MYD’ (MYData) extension The index file has a ‘.MYI’ (MYIndex) extension Post navigation How can we run batch mode in mysql? What are the different tables present in MySQL?