Friday, May 27, 2011

SQL Error : 2006 MySQL server has gone away (Errors & Solutions #16)

Error

SQL Error : 2006 MySQL server has gone away


Solution

This was due to a blob data (more than 1 MB) included in the SQL query, in my case i solved it by making a thumbnail form the original image, for other cases check this

http://dev.mysql.com/doc/refman/5.0/en/gone-away.html


No comments:

Post a Comment