Convert a bunch of tables to InnoDB
Wednesday 27 April 2005A friend just asked me how to convert a bunch of MySQL tables from MyISAM to InnoDB, and since it seems that Google yields no practical answers to this question, I am posting the following few lines as a reference for other people. Nothing new, but useful if you are not familiar with either MySQL or bash.
... continued