This error means that you have exceeded the maximum allowed number of MySQL connections provided by your tariff plan.
Check if your scripts use the mysql_close function. If not, be sure to change the script code so that after the necessary actions they close the connection to the database.