Hello,
I'm using mysql 3.23.39, and i have a java client connection to mysql
deamon.
Today, we have a problem in a customer sites to connect to mysql deamon.
Here after the error mg : "java.sql.SQLException: Cannot connect to
MySQL server on localhost:3306. Is there a MySQL server running on the
machine/port you are trying to connect to? (java.io.EOFException)"
In our client, we have this exceptions in the .err file :
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:226)
at org.gjt.mm.mysql.MysqlIO.readPacket(MysqlIO.java:795)
at org.gjt.mm.mysql.MysqlIO.sendCommand(MysqlIO.java:395)
at org.gjt.mm.mysql.Connection.<init>(Connection.java:231)
at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
at java.sql.DriverManager.getConnection(DriverManager.java:457)
at java.sql.DriverManager.getConnection(DriverManager.java:137)
at
com.alcatel.A1300.Database.mySQLCommand.openConnection(mySQLCommand.java:83)
Have you any idea about this problem ?
Thanks in advance.