I have a java app that takes data from a .csv file and put it on my MySQL database. The application has been freezing at random times during the running of the application. At first I though my code might be stuck in the while loop I had but then I though this wouldn't account for the randomness, consisting the same set of data is used each time.
I'm now pretty sure it's the connection to MySQL. I ran wireshark and see my client PC, running the java code sends a MySQL '59 Request Quit' to the mysql server.
Anyone have any experience of this problem?