Just need to clarify

proxydesign

Visiolist-Fan
Hello,

Some times in a day I get this message when I visit my site, with a white background.

Code:
Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/chllno/public_html/sources/sql/mysql.php on line 32

Warning: mysql_set_charset() expects parameter 2 to be resource, boolean given in /home/chllno/public_html/sources/sql/mysql.php on line 33

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/chllno/public_html/sources/sql/mysql.php on line 34

Warning: mysql_query() [function.mysql-query]: Too many connections in /home/chllno/public_html/sources/sql/mysql.php on line 48

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/chllno/public_html/sources/sql/mysql.php on line 48
Is this a error caused by the script, or is it my host?
 

Mark

Administrator
Staff member
"Too many connections" - your host has reached MySQL connection limit.
 
Top