Issue
You notice that some of the users of the database is not limited to the limits and creates a load on the system.
Environment
CloudLinux
Governor
Solution
Check if the dbuser-map file contains the name of the user you suspect:
cat /etc/container/dbuser-map | grep {username}
If the user name is not found, it should be added to dbuser-map.
You can check how to do that in the documentation article:
https://docs.cloudlinux.com/cloudlinux_os_components/#mapping-a-user-to-a-database
Comments
0 comments
Please sign in to leave a comment.