MySQL Forums
Forum List  »  Install & Repo

Re: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Posted by: Ilies Radu
Date: February 16, 2011 03:32AM

Try 127.0.0.1 instead of localhost.
There are system where localhost is mapped to an IPV6 address while MySQL has not been compiled with IPV6 support.

Other possibilities could be:
- either the root user does not exists in MySQL users table
- either the root user has no password while you are trying to use one
- either the password you entered is not good

Options: ReplyQuote


Subject
Written By
Posted
June 27, 2009 08:29PM
December 16, 2007 02:18AM
December 27, 2007 02:08PM
January 16, 2011 06:51AM
August 27, 2009 12:22AM
Re: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
February 16, 2011 03:32AM


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.