(Select all correct answers)
a) .frm file b) .dat file c) db.opt file d) .MYD file e) .MYI file
[ MySQL Architecture (10%) - How MySQL uses Disk Space ]
mysql 5.0/5.1 questions for learning purposes
(Select all correct answers)
a) .frm file b) .dat file c) db.opt file d) .MYD file e) .MYI file
[ MySQL Architecture (10%) - How MySQL uses Disk Space ]
You must be logged in to post a comment.
a d e
The .frm file is not specific to MyIsam, but it is created when any table is created. The form file contains the table & column definitions.
In the .MYD file the table data is stored, and the indexes go into the MYI file.
When a database is created, then the db.opt file is written. It contains database settings like the default charset.