Files
firestuff/markdown/2006-02-09-convert-all-tables-to-innodb.md
2019-04-21 17:18:27 +00:00

475 B
Raw Blame History

Heres a little bit of SQL to convert all tables in the current database to the InnoDB storage engine. Its 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.