user distorted
Posted by: ken welniak
Date: September 06, 2005 01:49PM

I am trying to connect to a mysql database through an application running on a Tomcat server. My user parameter is 'mysqluser', but I am unable to connect because 'mysqluser@192.168.1.123' is an invalid user. Why is the IP address of my machine(Windows XP) being appended to the user name I am using to connection?

My exception:
Caused by: java.sql.SQLException: Access denied for user: 'mysqluser@192.168.1.123' (Using password: NO)

I am able to connect using this user id with different applications running on the same instance of Tomcat, so yes the user id is set up properly.

Anyone out there had this problem? And know the answer?

Options: ReplyQuote


Subject
Written By
Posted
user distorted
September 06, 2005 01:49PM


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.