Guest Posted December 12, 2004 Posted December 12, 2004 www.satnor.com Warning: mysql_pconnect(): Too many connections in /home/bus/public_html/satnor/includes/functions/database.php on line 19 Unable to connect to database server! This has been showing for couple of hours now....how can i remove those connections ? Thx in advance for your help. Regards, Fmunir
Guest Posted December 12, 2004 Posted December 12, 2004 catalog/includes/configure.php define('USE_PCONNECT', 'false'); // use persistent connections?
user99999999 Posted December 13, 2004 Posted December 13, 2004 Contact your host about it. It means there is to many connections to the mysql database by you and other sites on your server, could be DOS attack, or server configuration. You may also need to set pconnect to false in your configure.php to help minimize the connections.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.