4 messages in com.mysql.lists.javaRE: JDBC-MySQL problem
FromSent OnAttachments
Arion12 Jun 2000 21:35 
Bob Kimble12 Jun 2000 22:32 
Asif Raj12 Jun 2000 22:50 
abdullah lilin12 Jun 2000 23:54 
Subject:RE: JDBC-MySQL problem
From:Bob Kimble (rjki@netscape.net)
Date:06/12/2000 10:32:10 PM
List:com.mysql.lists.java

Sounds similar to a problem I had. Try changing your password to one with 8 characters exactly. If that works, you probably have to upgrade your mm.mysql.jdbc jar/zip file. In fact, your version does strike me as being pretty old.

Regards,

-----Original Message----- From: Arion [mailto:ari@talentinfo.com.hk] Sent: Tuesday, June 13, 2000 12:36 AM To: ja@lists.mysql.com; mys@lists.mysql.com Subject: JDBC-MySQL problem

Hi!

I have encountered the following problem while I am connecting MySQL with JDBC-MySQL:

java.sql.SQLException: Communication link failure: Bad handshake at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:278) at org.gjt.mm.mysql.Connection.<init>(Connection.java:230) at org.gjt.mm.mysql.Driver.connect(Driver.java:126) at java.sql.DriverManager.getConnection(DriverManager.java:515) at java.sql.DriverManager.getConnection(DriverManager.java:197) at com.talentinfo.sams.Transformer.openConnection(Transformer.java:33) at com.talentinfo.sams.Server$Connector.transfer(Server.java:178) at com.talentinfo.sams.Server$Connector.run(Server.java:127) at java.lang.Thread.run(Thread.java:479)

I encounter no problem while I am connecting to MySQL using mysql. What would be the possible cause?

I am using JDK1.3 (win32), MySQL (win32) and mm.mysql.jdbc-1.2b.zip (mysql_comp.jar)

Thanks

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java@lists.mysql.com instead.