Hello,
I have made a php script which just executes 3 queries.
1st query gets only 1 record.
2nd query is suppose to get a max of 500 records (LIMIT 500 is used)
3rd query is used to update 1 record.
On 3rd query I get: MySQL server has gone away.
Why this is happening ? What to do to fix it ?
Thanks.






Bookmarks