Files
firestuff/markdown/2006-02-09-convert-all-tables-to-innodb.md

9 lines
469 B
Markdown
Raw Normal View History

2019-04-21 17:18:27 +00:00
<!--# set var="title" value="Convert all tables to InnoDB" -->
2019-04-25 02:45:09 +00:00
<!--# set var="date" value="2006-02-09" -->
2019-04-21 17:18:27 +00:00
<!--# include file="include/top.html" -->
[Here](files/convert_to_innodb.sql)s 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.
<!--# include file="include/bottom.html" -->