What I’m seeing is: SQLSTATE[HY000] [1203] User xxx already has more than ‘max_user_connections’ active connections
I’m using this software: FileZilla and Visual Studio Code
Additional information: I’m developing a web application, but it shows me the error “max_user_connections”. Is there a way to increase the maximum number of connected users? I could use a lot of help
For me it seems like you’re developing a clone of Instagram. There is no way to increase maximum user connections because they’re set to the right limits to prevent abusers from using the service.
I wrote a quite detailed post about this error a few weeks ago with a lot more information about this. Maybe this is useful to you?
Also, next time, please check the existing forum posts yourself first before creating a new topic. As you can see here, many questions have been answered already.