Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Well, this message looks perfectly clear to me.
A query was interrupted middle course. Canbe bad connectivity, server over loading, and almost anything else.
Do you have the logs of the db server ?
Is the db server on the same computer than the web server ?
What was the query being run ?
A too badly crafted query can bring a server on it's knees, especially if you have missed a joint, and it returns dozens of thousands of results.
Add an "order by" close, and almost any server would die on that...
__________________
Only a biker knows why a dog sticks his head out the window.
|