> -Original Message-
> From: kieran buckley [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 03, 2001 10:29 AM
> To: [EMAIL PROTECTED]
> Subject: RE: jdbc - tcp/unixsockets
>
>
> Venu...lifesaver!!
> thanks very much,
> kieran
You, welcome..
venu
&
hi ,
i'm writing a simple java program that i want to access mysql with.
the error i'm getting is :
"Server configuration denies access to data source"
the code is :
String url = "jdbc:mysql://localhost:3306/mysql";
Connection con;
String query = "SELECT Teacher F