calberto00
Technical User
I am trying to use Ultradev 4.0 to establish a remote connection to MySQL v 3.23.41 running on Redhat Linux 7.1, Apache Web server 1.3.20, Jakarta Tomcat 3.2.23, JDK 1.3.1, JSP 1.0, and mm.jdbc.mysql.driver. When I test my connection from within Ultradev, I get an error message: "Communication Link Failure: Bad Handshake"
My connection settings are as follows:
driver: org.gjt.mm.mysql.Driver
url: jdbc:mysql://server_name:3306/test/ where test is a database
Has anyone ran into the same problem? Any tips? BTW, I can telnet to the host server 3306 and get garbage as expected so at least I know the server is running. Thanks in advance.
Carlos
My connection settings are as follows:
driver: org.gjt.mm.mysql.Driver
url: jdbc:mysql://server_name:3306/test/ where test is a database
Has anyone ran into the same problem? Any tips? BTW, I can telnet to the host server 3306 and get garbage as expected so at least I know the server is running. Thanks in advance.
Carlos