MySQL Forums
Forum List  »  Newbie

ERROR 1045 (28000): Access denied for user 'NewBee'@'localhost' (using password: YES)
Posted by: RENOY RAY
Date: December 05, 2009 01:44PM

Hi Experts,

This is first time I am trying mysql. I use Ubuntu9.10. I installed Mysql -> mysql Ver 14.14 Distrib 5.1.37, for debian-linux-gnu (i486) using EditLine wrapper.

When I tried to create a user using mysqlmanager, it threw me an error saying :

Error: password file (/etc/mysqlmanager.passwd) does not exist.

I created it manually and then could create the user.

Now when I try the below :

mysql --user=NewBee --password=NewBee --host=localhost

it throws me the below error :

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

Please help.

Regards,
Renoy

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.