timothyh124 Posted April 24, 2014 Posted April 24, 2014 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: timbitzmain domain: timothyhan.heliohost.orgserver: stevie
wolstech Posted April 24, 2014 Posted April 24, 2014 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.
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