Velvet Elvis Posted September 16, 2011 Share Posted September 16, 2011 OK, after five years my forum as grown to the point where MyIASM is no longer cutting it. Both traffic and the total number of posts has increased to the point where a table lock or search can lead hitting cache hard.. I've been regularly throwing more RAM at it for years but that's not going to cut it, plus I want to use Sphinx. I know how to convert it one table at a time but I'm looking for suggestions on how to script it so I can convert the whole db at once. Any ideas? Link to comment Share on other sites More sharing options...
phinsup Posted September 20, 2011 Share Posted September 20, 2011 ALTER TABLE tablename ENGINE = INNODB; Link to comment Share on other sites More sharing options...
ensoph Posted September 22, 2011 Share Posted September 22, 2011 ALTER TABLE tablename ENGINE = INNODB; I know how to convert it one table at a time but I'm looking for suggestions on how to script it so I can convert the whole db at once. Link to comment Share on other sites More sharing options...
Martin A. Posted September 22, 2011 Share Posted September 22, 2011 http://highervisibilitywebsites.com/convert-your-mysql-database-myisam-innodb-and-get-ready-drupal-7-same-time First hit on Google. My test showed that the "perl" part of the script wasn't needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.