On Thu, Feb 14, 2002 at 03:41:32PM -0800, wally liau wrote:
> Dear MySql experts:
>
> we have mysql and mm driver installed on a unix
> server, but when I try to run Blob (in testsuite/), it
> gives error message:
>
> cannot connect to MySQL server on //localhost:3306
Can you, at this point,
Dear MySql experts:
we have mysql and mm driver installed on a unix
server, but when I try to run Blob (in testsuite/), it
gives error message:
cannot connect to MySQL server on //localhost:3306
here is the code for connection:
try {
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
C