MySQL Forums
Forum List  »  Newbie

Re: ERROR 1045: Access denied for user: 'root@localhost' (Using password: yes)
Posted by: Juan de Dios Palomo
Date: November 23, 2005 03:12PM

Try this

enter as root user and type:
mysql> update user
mysql>set password = old_password ('your password')
mysql> where user = 'your user name';

I had the same problem and it worked.

Options: ReplyQuote


Subject
Written By
Posted
November 16, 2005 08:10PM
Re: ERROR 1045: Access denied for user: 'root@localhost' (Using password: yes)
November 23, 2005 03:12PM


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.