"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 files for each table and InnoDB uses a single file
> for data and log.  My question is, once Ive converted the tables from
> MyISAM to InnoDB, can I delete the .MYI and .MYD files for the
> tables ?
>
> Thanks
>

Those files should be deleted automatically by MySQL, but if you still got
them, you can delete them, but make sure you really moved to InnoDB type
before deleting them.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to