mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
This error means either:
1. The info in your config.php file is wrong (in which case your forums wouldn't work at all), or
2. MySQL crashed, it's not running or it can't find the socket. You need to contact your host about this. Here is more info on this error:
http://dev.mysql.com/doc/mysql/en/Ca...to_server.html
mysql_connect(): Too many connections
Your host is limiting the maximum number of connections, please contact your host and request this to be raised.