Has anyone seen this error before? We've got a Windows 2003 Standard Server running MySql 5.x.x, with ColdFusion MX 7.x.x. Everytime we try to add a new MySql DSN Connection we get this error:
Connection verification failed for data source: cudefault
java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?
The root cause was that: java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306
Software/Hardware used:
ASKED:
March 17, 2008 5:24 PM
UPDATED:
March 19, 2008 5:06 PM
I received the following after running the command:
C:>telnet localhost 3306
A
4.1.21-community-nt4╖☺BhgJ{OWI,ó!☻E^-`|o;vbigH
I guess that means there IS a service running on that port, eh? Now what? Still cant add the CF DSN …. huuummm …. ??