"Unknown Sender" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I recently upgraded from MySQL v3.23 to MySQL 4, and converted
> my tables from MyISAM to InnoDB by using the ALTER TABLE
> command. I did this for 16 tables. I know that MyISAM creates
> seperate data/index f
Hi,
I recently upgraded from MySQL v3.23 to MySQL 4, and converted
my tables from MyISAM to InnoDB by using the ALTER TABLE
command. I did this for 16 tables. I know that MyISAM creates
seperate data/index files for each table and InnoDB uses a single file
for data and log. My question is, once