MySQL Forums
Forum List  »  Newbie

Re: Root access
Posted by: Philip Dahlstrøm
Date: June 07, 2005 02:44AM

I found out that I had to run these queries (via the mysql query browser, I just installed):

mysql> UPDATE mysql.user SET Password=PASSWORD('newpwd')
-> WHERE User='root';
mysql> FLUSH PRIVILEGES;


That solved the problem.

Options: ReplyQuote


Subject
Written By
Posted
June 07, 2005 02:24AM
June 07, 2005 02:43AM
Re: Root access
June 07, 2005 02:44AM


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.