See chapter 6, especially section 6.9 in your MySQL server manual. JDBC
connections are made over TCP/IP so the items in your HOSTs table are very
important.
-Mark
On Thu, 20 Apr 2000, Paul Charsley wrote:
I am trying to connect with the mm jdbc driver from a machine
"bappis1.ucol.ac.nz". I keep getting the error message:
SQLException: Server configuration denies access to the data source
SQLState: 08001
VendorError: 0
I am using the following URL:
jdbc:mysql://bappis2.ucol.ac.nz/T270?user=t270&password=servlets
I have checked the mysql user table on bappis2 and the entry I added (using
GRANT) is there:
host - bappis1.ucol.ac.nz
user - t270
can anyone help me with this?
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail java...@lists.mysql.com instead.