1 message in com.mysql.lists.javaJDBC driver setting
FromSent OnAttachments
Suping Li10 Jun 2001 15:08 
Subject:JDBC driver setting
From:Suping Li (sl@eos.ncsu.edu)
Date:06/10/2001 03:08:24 PM
List:com.mysql.lists.java

Hi, I am trying to set JDBC driver which is mm.mysql-2.0.4-bin.jar to access my
database. When I make the connection to the server, I used the correct username
and password Connection C = DriverManager.getConnection(DBUrl, "myusername", "mypassword");

However, there are still error. The error message is "Server configuration
denies access to data source". Is there anyone knows what I should do. Thanks in
advance.