What does the file with the extension: frm, myd, and myi contain?
Answer Posted / Amit Agnihotri
In MySQL, files with extensions .frm (table definition), .myd (data), and .myi (index) store table metadata, data rows, and index information respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers