Forums

MySQL Connection Limit

When I run my site, I get this error.

(1226, "User 'hims2' has exceeded the 'max_user_connections' resource (current value: 22)")

Have read most of the articles on this in the forum, I think I have to do the closing of the connection in my code. However, I urgently need to get this site working. In the meantime, can the support team close my connections.

Here is my site: https://hims2.pythonanywhere.com/

How do you manage your db connections? Do you use some framework, orm or you handle that manually?