I have been using a database hosted on remotemysql.com for few months and used it with a node.js discord bot.I've tried to connect to the database recently with php but forgot to close the connection. No I can't connect anywhere to the remotemysql.com database. Not in mysql Workbench, node.js, php...
I get this error:
(08004/1040): Too many connections in ...
If I try to go to the webpage remotemysql.com I can't login because the page doesn't load.
Can I change max connections? Or close all connections?
Thanks in advance