9 lines
493 B
HTML
9 lines
493 B
HTML
|
|
<!--# set var="title" value="Convert all tables to InnoDB" -->
|
|||
|
|
<!--# set var="date" value="February 9, 2006" -->
|
|||
|
|
|
|||
|
|
<!--# 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. 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.</p>
|
|||
|
|
|
|||
|
|
<!--# include file="include/bottom.html" -->
|