MySQL Forums
Forum List  »  PHP

Re: "User ... already has more than 'max_user_connections' ..."
Posted by: Georg Richter
Date: January 09, 2006 04:04PM

Ulf,

You're right, not closing the connections immediately is bad programming style. But this might not be the reason for this problem. Php's garbage collector will close these connections automagically at the end of the script

/Georg

Options: ReplyQuote


Subject
Written By
Posted
Re: "User ... already has more than 'max_user_connections' ..."
January 09, 2006 04:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.