How to change the database engine of a MySQL database table....
How to change the database engine of a MySQL database table....
The article below should answer all your questions regarding this topic
MySQL :: MySQL 5.0 Reference Manual :: 14 Storage Engines
ALTER TABLE my_table ENGINE = NewDB;