Introduction
MySQL governor is provided by CloudLinux 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
$MYSQL_VERSION will be replaced with one of the following entries, to match your currently installed version of MySQL:
MariaDB:
- mariadb100
- mariadb101
- mariadb102
- mariadb103
- mariadb105
- mariadb106
MySQL:
- mysql56
- mysql57
- mysql80
3. After selecting the version you can install 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.