Re: HELP: cannot connect to MySQL server

2002-02-14 Thread Brian Reichert
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,

HELP: cannot connect to MySQL server

2002-02-14 Thread wally liau
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