Mayuran Yogarajah <[EMAIL PROTECTED]> wrote:
> Each |MyISAM| table is stored on disk in three files. The files have
> names that
> begin with the table name and have an extension to indicate the file type.
> An `.frm' file stores the table definition. The data file has an `.MYD'
> (MYData) extens
Mayuran Yogarajah wrote:
From the MySQL docs:
Each |MyISAM| table is stored on disk in three files. The files have
names that
begin with the table name and have an extension to indicate the file
type.
An `.frm' file stores the table definition. The data file has an `.MYD'
(MYData) extension. The
From the MySQL docs:
Each |MyISAM| table is stored on disk in three files. The files have
names that
begin with the table name and have an extension to indicate the file type.
An `.frm' file stores the table definition. The data file has an `.MYD'
(MYData) extension. The index file has an `.MYI' (