Jump to content

Drupal Install Problem


Gamegoofs2

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...