MySQL Forums
Forum List  »  Install & Repo

Re: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Posted by: Frank Karrari
Date: November 11, 2007 03:02PM

My MySql Server has the static IP-Address 192.168.1.110 I'm trying to connect from my client machine (IP-Address 192.168.1.5) using JDBC, but I'm getting the error.
Access denied for user 'root'@'192.168.1.105' (using password: YES)
I also ran the following command:
GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'mysql' WITH GRANT OPTION;

Options: ReplyQuote


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


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.