RE: jdbc - tcp/unixsockets

2001-08-03 Thread Venu
> -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 &

jdbc - tcp/unixsockets

2001-08-01 Thread kieran buckley
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