mysql max connections
Is there a way to limit the number of connections a user/database can have to the mysql server?? One user is taking up a lot of connections so other sites get "too many connections" errors. I want to limit the number so not one site can overload the stuff.Increasing the max_connections in the mysql config files doesn't help since the user will still use up all the connections and overload the server even more.
So there are two options, kick the user of the server, of limit his access to mysql.

