jsperf.com: ER_CON_COUNT_ERROR: Too many connections

When trying to save my test case, I get ER_CON_COUNT_ERROR: Too many connections

No fields get highlighted with a red border, so it’s unclear what the user should do to fix his fiddle.

JSperf should give clear explanations for their errors.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 9
  • Comments: 15 (5 by maintainers)

Most upvoted comments

Currently getting this same issue

Can you do it again, seems like issue is back

Our database server ran out of disk space. We have upgraded the server and restarted mysql

hello, this is happening again. Can you restart again? thanks!

I checked the database, and it is healthy. I’ll try to find some time later today to investigate more. Thanks for your patience.

Still getting the same message image

me too

Unclear why the database shutdown but it has been restarted

This looks like a MySQL error. Please refer to this page: https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html. I suspect it’s a situation where you’re not releasing connections in your code after you’re done with them. So you probably have reached the connection limit in your database pool. You should check your database connection pool options. It may involve restarting the database server in order to get this cleared out. Smack me silly if I’m wrong 😉

I’ve had this for several days

this sounds like a database error 😕 we don’t currently report errors to a service like Sentry or Rollbar in production but we should 😬