Skip to content

By plogi in mysql questions

(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 ]
 

Tags: , ,

Comment Feed

One Response

  1. plogi10. June 2010 @ 20:02:48


    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.

You must be logged in to post a comment.