Bobbo
07-07-2010, 01:19 PM
I've got a php direct execution page that supposed to return the results of a large query however it appears to be timing out (probably due to the size of the result set) and returns a Database Error page.
Invalid SQL:
REPLACE INTO cache
SET cacheid = 'vbcms_rendered_73',
expires = 0,
created = 1278511804,
locktime = 0,
...
MySQL Error : MySQL server has gone away
Error Number : 2006
....
I'm not sure if there is a MySQL variable that impacts this, a PHP setting, or what. Any ideas?
Thanks,
B
Invalid SQL:
REPLACE INTO cache
SET cacheid = 'vbcms_rendered_73',
expires = 0,
created = 1278511804,
locktime = 0,
...
MySQL Error : MySQL server has gone away
Error Number : 2006
....
I'm not sure if there is a MySQL variable that impacts this, a PHP setting, or what. Any ideas?
Thanks,
B