Too many connections in :

admin

Administrator
Staff member
I am getting the "Too many connections in xyz.." error messaged. I am using <b>mysql_pconnect</b> persistent connection to connect to a database. I understading that pconnect does not have a close function. My question is, would the problem be solved if I use the <b>mysql_connect</b> and use the mysql_close() function. I am just using the database to bulid the page and once it has been built there is no need to maintain a connection. What you advice me?

Al
 
Back
Top