This means that the limit of simultanious mysql connections has been reached. Please set the limit to a higher number and restart mysql.
http://dev.mysql.com/doc/refman/5.1/...nnections.html
You can increase this value in main config file (e.g., /etc/my.cnf) using this syntax:
[mysqld]
set-variable=max_connections=500