Introduction
CloudLinux provides MySQL governor and allows the system administrator to set LVE limits for MySQL users.
Procedure
1. Install the mysql-governor package:
yum install governor-mysql
2. Next, the MySQL or MariaDB version will need to be selected:
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=$MYSQL_VERSION
Note: Replace $MYSQL_VERSION with one of the following entries to match your currently installed version of MySQL:
MariaDB:
- mariadb100
- mariadb101
- mariadb102
- mariadb103
- mariadb105
- mariadb106
- mariadb1011
MySQL:
- mysql56
- mysql57
- mysql80
3. After selecting the version, you can install it using the following command:
/usr/share/lve/dbgovernor/mysqlgovernor.py --install
You can find more information in the CloudLinux documentation.
Comments
0 comments
Article is closed for comments.