#Am getting an error too many connections
5 messages · Page 1 of 1 (latest)
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.
my database is an ordinary phpmyadmin in my cpanel on namecheap
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.