Jump to content

[SOLVED] ERROR 1045 (28000): Access denied


amyhughes

Recommended Posts

I downgraded from MySQL 5.1 to 5.0.67. I'm now unable to create user accounts that "stick".

 

Here's a session...

 

mysql> show databases;                                                                           

+--------------------+                                                                           

| Database          |                                                                           

+--------------------+                                                                           

| information_schema |                                                                           

| books              |                                                                           

| mysql              |                                                                           

| test              |                                                                           

+--------------------+                                                                           

4 rows in set (0.00 sec)                                                                         

                                                                                                 

mysql> use books;                                                                                 

Database changed                                                                                 

mysql> grant select, insert, update, delete, index, alter, create, drop                           

    -> on books.*                                                                                 

    -> to bookorama identified by 'bookorama123';                                                 

Query OK, 0 rows affected (0.00 sec)                                                             

                                                                                                 

mysql> quit                                                                                       

Bye                                                                                               

                                                                                                 

C:\Documents and Settings\Amy\My Documents>mysql -u bookorama -p 

Enter password: ************                                                                     

ERROR 1045 (28000): Access denied for user 'bookorama'@'localhost' (using password: YES)         

 

Yes, I'm typing it correctly. Multiple times.

 

Edit: Nevermind. Deleted anonymous accounts. Able to get in now.

 

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.