Forums
This topic is locked
Bad Hanshake to MySQL
Posted 28 Aug 2001 19:34:40
1
has voted
28 Aug 2001 19:34:40 carlos cabana posted:
In Ultradev 4.0, when I click on "Test" off my connection window I get theerror message: "Communication Link Failure: Bad Hanshake"
I am trying to connect to a MySQL 3.23.41 database called: test
with Driver org.gjt.mm.mysql.Driver and URL:
jdbc:mysql://delllasalle.csc.ncsu.edu:3306/test/
My Setup is as follows:
Redhat Linux 7.1
MySQL server 3.23.41
Apache Web Server 1.320
Jakarta Tomcat 3-23.3
JDK 1.3.1
mm..mysql.jdbc. 1.0
All my servers are operational and the servlets and JSP sample files are
accessible fine via a browser.
Also I can telnet to 3306 and get garbage back which is a good sign.
Anyone out there with the same setup who has been successful?
TIA,
Carlos