View Single Post
Old July 31st, 2010, 06:07 AM   #5 (permalink)
helkoryo
Junior Member
Verified Customer
 
Join Date: Nov 2008
Posts: 28
Quote:
Originally Posted by Chuck S View Post
well we simply connect and grab stuff standard mysql connect with username password host

errors such as these are from your server setup directly not our code.
Ah yes, but does the database connection close straight after getting the information from the database, or does it leave the connection open to use with other scripts?

We submitted a ticket to our host on this issue and received the following in response:

If you are getting that error then it means your script is using up more connections to mysql than we allow (15). You will need to contact your developer to code your site so that it does not require as many connections. I would have them possibly take a look at this: PHP: mysql_pconnect - Manual

Sounds to me like its a server restriction placed by the host, and all the requests for help on this are thrown back to the software developers, which is rather irritating.
helkoryo is offline   Reply With Quote