On Sun, May 6, 2012 at 5:48 PM, Parnell Springmeyer <[email protected]> wrote: > I'm getting a lot of "MySQL Server has gone away" errors lately and I've > done everything I could in threads discussing this issue that I could find > through google. > > I have pool, pool recycle, and max overflow set... Is there something I'm > missing? Or maybe it's the DB being hit really hard, or maybe a DB > configuration option???
pool_recycle fixed this for me. Check with your MySQL server to find out what the connection timeout value is. On my hosting provider it as set to 60s. Lowering pool_recycle to below this value fixed it for me. > > -- > Parnell "ixmatus" Springmeyer (http://ixmat.us) > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
