Convert all tables to InnoDB
This commit is contained in:
8
2006-02-09-convert-all-tables-to-innodb.html
Normal file
8
2006-02-09-convert-all-tables-to-innodb.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!--# 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" -->
|
||||
Reference in New Issue
Block a user