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



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



Reply via email to