Convert all tables to InnoDB

This commit is contained in:
Ian Gulliver
2019-04-21 17:18:27 +00:00
parent 7bbe051df1
commit c35ad33bd3
5 changed files with 55 additions and 0 deletions

View 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. 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" -->