amyhughes Posted February 3, 2009 Share Posted February 3, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/143561-solved-error-1045-28000-access-denied/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.