Hi,
I have several databases at one server. When I run a query using JDBC driver from a Java application, the query against one database hangs while the same query against other databases work fine via different connections. This problem occurs sporadically.
I wonder if other people get the same problem? I am pretty sure a connection to the database has been established when Statement.executeQuery() hangs.
The version of mysql used is 5.0.51a-24+lenny4-log, and my JDBC driver is 5.0.8.
Thanks a lot for help.
I have several databases at one server. When I run a query using JDBC driver from a Java application, the query against one database hangs while the same query against other databases work fine via different connections. This problem occurs sporadically.
I wonder if other people get the same problem? I am pretty sure a connection to the database has been established when Statement.executeQuery() hangs.
The version of mysql used is 5.0.51a-24+lenny4-log, and my JDBC driver is 5.0.8.
Thanks a lot for help.