| Author |
problem in connecting on multiple mysql database versions
|
ramzi ghaith
Greenhorn
Joined: Apr 03, 2007
Posts: 12
|
|
Hi all, i have a mysql database version 4.0 runing on port 3306 and i installed another version from mysql 5.0 runing on port 3308. the problem is, when i trying to connect on mysql version 5 on port 3308 i face the error something like : "java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3308?" and i tried to connect to my mysql 5.0 by : telnet localhost 3308 its work. If any body has any idea help me. Thank you all. Regards, Ramzi
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Perhaps your driver does not support MySQL 5? Have you tried the latest version?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: problem in connecting on multiple mysql database versions
|
|
|