Re: driver for mysql

2001-08-01 Thread kieran buckley
www.unixodbc.com >> Original Message << On 8/1/01, 7:10:48 AM, muruganandam <[EMAIL PROTECTED]> wrote regarding driver for mysql : > i want to connect mysql DB through C++ code(on linux).. > can any one give me the necessary URL from which i can download the d

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