Discussion:
jdbc connection failing on password
Colin Rice
2012-06-23 06:04:16 UTC
Permalink
Hi,

I have a linux client able to connect successfully to a remote mysql
database running on a Windows server, via the standard mysql prompt CLI.
However I also have a program using the jdbc drivers on the same client that
keeps getting 'Access Denied.' errors and I don't understand why. This same
program works fine on other clients and to other mysql servers.



Any ideas anyone?



Cheers

Colin
Jeff Newmiller
2012-06-23 06:33:12 UTC
Permalink
Ideas? Check that the ***@host identification reported by the jdbc client have permissions.

http://dev.mysql.com/doc/refman/5.1/en/access-denied.html
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<***@dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#. rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.
Post by Colin Rice
Hi,
I have a linux client able to connect successfully to a remote mysql
database running on a Windows server, via the standard mysql prompt CLI.
However I also have a program using the jdbc drivers on the same client that
keeps getting 'Access Denied.' errors and I don't understand why. This same
program works fine on other clients and to other mysql servers.
Any ideas anyone?
Cheers
Colin
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java
Loading...