'ALTER table' for all tables in a database
- by BassKozz
How can I run the following for every table in a database:
ALTER table [table_name] type=innodb;
I don't want to have to manually run it for each table, but rather run it for all tables in a database.
As an aside: If your curious as to why I am running this: http://bugs.mysql.com/bug.php?id=1341 & http://bugs.mysql.com/bug.php?id=1287