Guest Posted December 12, 2004 Share 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 Link to comment Share on other sites More sharing options...
Guest Posted December 12, 2004 Share Posted December 12, 2004 catalog/includes/configure.php define('USE_PCONNECT', 'false'); // use persistent connections? Link to comment Share on other sites More sharing options...
user99999999 Posted December 13, 2004 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.