Hallo!
The default number of connection is = 100. If you have a very heavy loaded site, probably you want allow more connections on your database server.
To get this, start the server with the option --set-variable max_connections=200
It should correct the problem.
ciao