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();
Connection conn =
DriverManager.getConnection("jdbc:mysql://localhost:3306/test?user=test&password=test");
...
}
our system admininstor doesn't seem to know what's
going wrong (that's why I'm looking for help from
mysql community).
Any info would be appreciated.
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php