Connection Problem JDBC
From: Paul L (NO_SPAM_at_rogers.com)
Date: 12/28/03
- Next message: Fredrik Bertilsson: "Data access concepts"
- Previous message: Lee Fesperman: "Re: counting days in a query"
- Next in thread: Ike: "Re: Connection Problem JDBC"
- Reply: Ike: "Re: Connection Problem JDBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Dec 2003 17:15:39 GMT
Hello, All
I installed mysql server on my suse box. I am trying to connect to it
through java jdbc application. The
program does connect to suse server when I run it on localhost. But when I
run this program from outside
it gives me "java.sql.SQLException: Invalid authorization specification,
message from server: "Access
denied for user: 'ttnm@127.0.0.1' (Using password: YES)". Here is how I set
the user table:
+--------------+----------+------------------+
| Host | User | Password |
+--------------+----------+------------------+
| 127.0.0.1 | ttnm | 12c62d5f3ca21044 |
| % | ttnm | 12c62d5f3ca21044 |
The % sign should allow user "ttnm" to connect to server from outside I
believe but Access is denied...
Does anyone have any ideas on what I am doing wrong?
Thank you in advance!
- Next message: Fredrik Bertilsson: "Data access concepts"
- Previous message: Lee Fesperman: "Re: counting days in a query"
- Next in thread: Ike: "Re: Connection Problem JDBC"
- Reply: Ike: "Re: Connection Problem JDBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|