MySQL Forums
Forum List  »  PHP

Re: "User ... already has more than 'max_user_connections' ..."
Posted by: Ulf Wendel
Date: January 09, 2006 10:39AM

Paul Pikowsky wrote:
> My host tells me I have to "Close" my connections.
> How do I do that if I can't make any connection?

Well, you modify your PHP scripts to call mysql_close() as soon as you don't need them any more. Latest at the end of your PHP scripts!

Ulf

Options: ReplyQuote


Subject
Written By
Posted
Re: "User ... already has more than 'max_user_connections' ..."
January 09, 2006 10:39AM


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.