MySQL Forums
Forum List  »  MySQL Administrator

Re: ERROR 1045 (28000): Access denied for user 'root'@'::ffff:192.168.68.60' (using password: YES)
Posted by: Barry Galbraith
Date: October 28, 2009 04:38PM

By default, mysql installs with user root , and no password.
Running the instance config wizard (on Windows) the first time, you are prompted for a password for root. After that, you have to use the password which was used at the first running.

There is section in the Reference manual on how to reset the root password if you don't know what it is.

http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

Good luck.
Barry



Edited 1 time(s). Last edit at 10/28/2009 04:51PM by Barry Galbraith.

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.