Jump to content

[SOLVED] I think im locked out?!


advancedfuture

Recommended Posts

So I setup a database in mysql, everything runs no problems, and the web application is connecting and pulling from the database no problem.

 

Now I SSH into my server today because I want to setup a new database.

 

root@air629# mysql -USER root -p

Enter Password: ********

Error 2002 (HY000): Can't Connect to local MySQL server through socket 'ER' (2)

root@air629# mysql

Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

 

 

OKAY! This is bizzare.. my web app connects to the database using root login and it works no problems, yet I can login through the command prompt. It was working no problems 2 days ago the last time I logged in. Any ideas whats wrong, and what I can do to regain access to my databases?

ERROR 1045 (28000):

Link to comment
Share on other sites

root@air629# mysql -USER root -p

Enter Password: ********

Error 2002 (HY000): Can't Connect to local MySQL server through socket 'ER' (2)

root@air629# mysql

Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

 

 

Looks like you're getting a socket error, and then you're not supplying a password....

 

Try:

 

mysql -hlocalhost -uroot -p

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.