From: Martin Defeche Date: July 7 2009 1:21pm Subject: Lost connection to MySQL server during query List-Archive: http://lists.mysql.com/plusplus/8660 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd29ed828a259046e1d81ca --000e0cd29ed828a259046e1d81ca Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, I'm implementing a program that connects to my database and starts 50 threads that each make queries at least every minute. After some queries, around 7, I got this error "Lost connection to MySQL server during query". I create 50 different "Query" that I pass to the threads as pointers. I have no idea why I got this error. Some help would be welcomed. Thanks in advance. Martin --000e0cd29ed828a259046e1d81ca--