4 messages in com.mysql.lists.javaRe: jdbc connection problem
FromSent OnAttachments
Paul Charsley19 Apr 2000 18:42 
Mark Matthews19 Apr 2000 19:59 
Paul Charsley19 Apr 2000 21:52 
Tim Endres20 Apr 2000 06:42 
Subject:Re: jdbc connection problem
From:Mark Matthews (mmat@worldserver.com)
Date:04/19/2000 07:59:18 PM
List:com.mysql.lists.java

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.