Guide to convert from MyISAM to InnoDB

Unmaintained Guide to convert from MyISAM to InnoDB

Reviews 5.00 star(s) 2 reviews

Saved me a lot of time! I ran the alter for Posts and Thread tables separately via the command line due to their size on my 11m post forum, but converted all the other tables via phpmyadmin using this code.
Very timely for me, as I was just looking for a guide on this to make sure I converted the correct tables. This saves me from having to look up the XF 'create table' calls in the install script. Thanks!
TPerry
TPerry
I'm glad you found it useful. The discussion area has some more in depth that you can do. This was just to get back to the normal installation setup.
Top Bottom