Jump to content

Recommended Posts

Posted

I'm not sure why but I cannot import schema, or gets connection lost while creating a table and can't connect to db.

The error I get is #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

 

Thank you :D/&--#62;

 

user name: timbitz

main domain: timothyhan.heliohost.org

server: stevie

Posted

That error is likely because you're creating an InnoDB table or importing a schema that includes InnoDB tables. InnoDB does not work on Stevie due to damage from a crash in February.

 

Modify the schema to use MyISAM tables and the error will go away.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...