|
From: Jim M. <ji...@ji...> - 2013-06-26 00:18:10
|
Try using "127.0.0.1" instead of "localhost". Make sure there are no spaces before or after the end of the class name, connection string, and all other params. Make sure the jar file is in your classpath. Finally, instead of firing up DataVision and typing all this into the dialog, you can use examples/ConnectionTest.java instead which might be a quicker way to test all your values. I'm not sure what else to suggest. Jim On Tue, Jun 25, 2013 at 7:56 PM, Marty McGlensey <mmc...@fr...> wrote: > Jim, > > > > Thanks for your response. I tried entering the data as follows: > > > > org.gjt.mm.mysql.Driver > > > > jdbc:mysql://localhost//HOA_Data > > > > HOA_Data > > > > root > > > > password > > > > Still got the error. (”Java exception communication failure during > handshake. Is there a server running on port 3306”). > > > > Running Java version 1.6.027, Open JDK Runtime Environment IcedTea 6 1.12.5 > and Open JDC Server VM Build 20.0-b12, Mixed Mode. > > > > Marty > > > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > DataVision-users mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/datavision-users > -- Jim Menard, http://www.jimmenard.com/ |