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?
|