mysql governor user_max_connections limit per user
Currently, you can only set usermaxconnections in governor globally.
It would be great if we could set this limit also at the user level, as with the CPU limit.
For example:
<user mode="restrict" name="blablabla">
<limit user_max_connections="150"/>
</user>
3
votes
