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?
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now