Gamegoofs2 Posted March 23, 2015 Posted March 23, 2015 I'm trying to install Drupal, but for some reason I am having trouble with it on this hosting. I keep getting "SQLSTATE[HY000]: General error: 2013 Lost connection to MySQL server during query" I had a similar problem to this when trying to import a database. What's up with MySQL here? How can I correct this problem? Quote
wolstech Posted March 23, 2015 Posted March 23, 2015 We don't support InnoDB due to data corruption from a crash last year. The SQL scripts in the installer for Drupal and the database backup you want to import will need a find and replace done on the CREATE TABLE statements to change ENGINE=InnoDB to ENGINE=MyISAM See http://www.helionet.org/index/topic/18875-stevie-mysql-common-questions-and-problems/ for details. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.