Re: java.sql.SQLException: Access denied for user 'alias name'@'IP address' (using password: YES)
Posted by: Todd Farmer
Date: August 04, 2010 08:11AM

Hi Babu,

babu suri Wrote:
-------------------------------------------------------
> I am receiving the below error message while
> connecting to My SQl Server.
...
> java.sql.SQLException: Access denied for user
> 'alias name'@'IP address' (using password: YES)
...
> Can you please suggest me what would be the issue
> is and how to resolve it?

It's pretty straightforward - as the error message suggests, your credentials are incorrect. Either the password is wrong, or the user doesn't exist (or isn't allowed to connect from that client host). Read the following online manual page:

http://dev.mysql.com/doc/refman/5.1/en/access-denied.html

Best luck!

Options: ReplyQuote


Subject
Written By
Posted
Re: java.sql.SQLException: Access denied for user 'alias name'@'IP address' (using password: YES)
August 04, 2010 08:11AM


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.