Issue
The article described a method to install DB Governor using the command-line interface.
Environment
- CloudLinux OS 6/7/8
Solution
If there is no MySQL server installed, install it first:
yum install MariaDB-server MariaDB-client
Let's assume your server has MariaDB 10.3.32 installed. In such a case, you need to convert to `mariadb103` with these commands:
yum install governor-mysql
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb103
/usr/share/lve/dbgovernor/mysqlgovernor.py --install
NB! Make sure you are installing the same version of mysql\mariadb; otherwise, the conversion will lead to database corruption. |
Useful links
Comments
0 comments
Please sign in to leave a comment.