Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991

Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:4991) in /www/htdocs/v030397/mysql-qotd/wp-includes/feed-rss2-comments.php on line 8
Comments on: Question 64: Which files does a MyIsam table consist of? http://mysql-qotd.casperia.net/archives/456 mysql 5.0/5.1 questions for learning purposes Fri, 06 Aug 2010 16:56:36 +0000 http://wordpress.org/?v=abc hourly 1 By: plogi http://mysql-qotd.casperia.net/archives/456/comment-page-1#comment-73 plogi Thu, 10 Jun 2010 19:02:48 +0000 http://mysql-qotd.casperia.net/?p=456#comment-73 <b> 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. </b>
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.

]]>