Hello,
As dumb as it may sound, I think I created a lot of connections with my DB without closing them. I am trying to Kill them but i cant see the connections. When I type :
SHOW PROCESSLIST
I get two processes:



When trying to kill them i get an unknow id error.
I should see 4 connections once I am getting the error:
mysql.connector.errors.ProgrammingError) 1203 (42000): User joaopm33_joaopm33 already has more than 'max_user_connections' active connections
What am I doing wrong here (beside opening all those connections in the first place)