On Tue, 17 Jul 2001, Teiji Sawa wrote:

> 
> #java JDBCTest.java
> java.sql.SQLException: Server configuration denies access to data source

This exception means that the MySQL permissions for the database you are
trying to access to not allow a connection from the host you are running,
with the username and password you specify.  See the MySQL manual for how
to set these permissions (which are *definitely* some of the most obtuse
configuration requirments I have *ever* seen :-).

Craig McClanahan

Reply via email to