Convert all tables to InnoDB
Hereβs a little bit of SQL to convert all tables in the current database to the InnoDB storage engine. Itβs written for MySQL 5.0, and relies on the column count of SHOW TABLE STATUS, so it might take tweaking to work on other versions.