Image

Imagekritikal wrote in Imagepython_dev

Uh oh

So I've got a while statement that makes 1 mysql query per interation, and everthing works, for a short time. Then I get: _mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server during query')

Server Specs:
Windows 2000 Server
Abyss Web Server X1
Mysql 4.0.14-nt
Python 2.3
MySQL-python 0.9.2

At first I thought it was a connection issue, but if that was the case, the script should have died with a "could not connect" error. If anyone knows of a fix, or can point me in the right direction, it would be greatly appreciated.