HY000 error 2013

Solved
verocv Posted messages 44 Status Membre -  
verocv Posted messages 44 Status Membre -
Hello everyone,

I keep losing connection in my app for no apparent reason and completely randomly, with a return sqlstate of HY000 and errno 2013: Error: 2013 (CR_SERVER_LOST) Message: Lost connection to MySQL server during query

Does anyone have any idea on how I can handle this problem?
Could I have misconfigured my server (to be honest, I haven't done much in terms of administration on my server yet)?

I'm in development, so my server is local and I access it with root.

THANK YOU VERY MUCH IN ADVANCE.

Véro
Configuration: Windows XP
Internet Explorer 6.05 message(s) posted since Monday, November 7, 2005
Configuration: Windows XP Internet Explorer 6.0

1 réponse

verocv Posted messages 44 Status Membre 2
 
code added to each procedure call with result set:
while($this->idconn->next_result()) if($ResultCde = $this->idconn->store_result()) $ResultCde->free();
where idconn is my connection id.

-1