I'm connecting to a MySQL database in pythonanywhere via MySQL Workbench and am getting exceeded the 'max_user_connections' resource error.
When I log into pythonanywhere website and look at the dashboard and console list, there aren't any consoles running and no processes listed for the database and CPU is at 0%, yet I keep running into this error.
Even though there are no other consoles running, if I try to create a new MySQL console on the website, I get the same error.
I haven't encountered this before, is this something systemic with pythonanywhere right now or is there somewhere else I can look to kill existing connections?
Thanks!