Files
firestuff/2006-02-09-convert-all-tables-to-innodb.html
2019-04-25 02:45:09 +00:00

9 lines
487 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--# set var="title" value="Convert all tables to InnoDB" -->
<!--# set var="date" value="2006-02-09" -->
<!--# include file="include/top.html" -->
<p><a href="files/convert_to_innodb.sql">Here</a>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.</p>
<!--# include file="include/bottom.html" -->