View Single Post
  #1 (permalink)  
Old 06-29-2008, 01:30 PM
dlbrown06 dlbrown06 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 11
Thumbs up I have reached my max_user_connection!? I never have before using ZF?

My web host just shut my site down because I was taking up 30% of the shared servers resources. I checked my error logs, and it is completely bloated with max_user_connections to my MySQL database.

Has anyone else ever have this problem? Is Zend_Db not closing the connection after a transaction properly? My site only gets about 1000 uniques a day, and my max_user_connection limit is 250? So something doesn't look right here.

Anyone have any ideas?
Reply With Quote