Migrating MySQL DB from MyISAM to InnoDB

NewsForge | MySQL migration: MyISAM to InnoDB
The MySQL database is unique in that it offers multiple storage engines. The SQL parser and front end interfaces are separate from the storage engines, so you can choose among nine low-level table formats the one that suits your application best. I recently needed to convert a production application from the default indexed sequential format, MyISAM, to InnoDB.