MySQL Forums
Forum List  »  Newbie

Re: ERROR 1045 (28000): Access denied
Posted by: Peter Brawley
Date: October 03, 2015 03:41PM

> ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: NO)

That says either user 'username' isn't a defined user, or has a password you failed to provide.

> When i try to enter my local account: /usr/local/mysql/bin/mysql -u username

> I have already set a root password but it still show's me (using password: NO) Why?

You see up a user named 'root', bur you're trying to log in as user 'username' -- why?

Did you try logging in as user 'root', with the password you created for that username?

Options: ReplyQuote


Subject
Written By
Posted
September 23, 2015 01:57PM
Re: ERROR 1045 (28000): Access denied
October 03, 2015 03:41PM


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.