#Am getting an error too many connections

5 messages · Page 1 of 1 (latest)

ashen vortex
#

I wonder what this error means local.ERROR: SQLSTATE[HY000] [1040] Too many connections (SQL: select * from `users` where `safe_id` = 6514519650 limit 1

rain kiln
#

It means that your database has received too many connections.

#

In order to debug, explain more about your setup. What database is it, is it managed or a server you're managing? Perhaps database connection pooling is not enabled on your app server.

ashen vortex
rain kiln
#

So you probably mean that it's a MySQL database.
Check with your provider for connection limits, and tips for how to avoid too many connections.