Jump to content

Mysql Socket Errors


altera

Recommended Posts

I'm trying to upload a database for my website (I know my database isn't corrupted because I can upload it on other sites), whenever I do so the upload cuts off and I get a

 

"#2002 - can't connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (2) the server is not responding (or the local server's socket is not correctly configured)."

 

aswell as it says the table its trying to upload doesn't exist, even though it does?

 

Error

SQL query:

 

-- --------------------------------------------------------

--

-- Table structure for table `reputation`

--

CREATE TABLE IF NOT EXISTS `reputation` (

 

`UserID` TEXT NOT NULL ,

`GivenIP` VARCHAR( 100 ) NOT NULL ,

`GivenID` TEXT NOT NULL

) ENGINE = INNODB DEFAULT CHARSET = latin1;

 

MySQL said: Documentation

 

#1146 - Table 'altera_main.reputation' doesn't exist

 

Does anybody know how to fix this?

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...