Re: Innodb table definitions

2004-08-23 Thread Egor Egorov
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

Re: Innodb table definitions

2004-08-12 Thread gerald_clark
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

Innodb table definitions

2004-08-12 Thread Mayuran Yogarajah
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' (