Alen Ribic wrote:
> I still seem to get the 'MySQL server has gone away' Error.
> I am suspecting that the problem is in my use of FCGI in production.
> Thats the only difference between my Development environment and
> Production and it works 100% without the error in Development env.
> 
> I guess I'll have to put some more debugging in my application in
> Production setup.

MySQL will also throw that error when a query needs more resources than 
the configuration allows.  If there's more data in your production 
environment or the my.cnf differs that could be it.  In any case, 
enabling error logging for the MySQL server process may shed some light 
on the root cause.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to