Adam Douglas wrote:
Thanks for the reply. I had no idea this error was pointing to an open
files issue with the operating system OpenBSD and MySQL.
Yep. Any given MyISAM table (and that's the default type in MySQL) will
consist of three files, tablename.FRM, tablename.MYD and tablename.MYI.
The FRM file describes the database table's structure, the MYI its indexes
and the MYD file contains its actual data.
When you get into InnoDB and some other table types, it's a little different
(InnoDB, by default, stores everything in one file, for example).
--
JustThe.net - Steve Sobol / [EMAIL PROTECTED] / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]