Java and MySQL on Mac OS X: "java.io.IOException: Unexpected end of input stream" | August 19, 2006
While trying to get Struts working with MySQL 5 on Mac OS X 10.4 i got the following exception:
java.io.IOException: Unexpected end of input stream
at com.mysql.jdbc.MysqlIO.readPacket(M...
