How to Install mysql governor in directadmin?

mastoro

Verified User
Joined
Jul 19, 2021
Messages
19
I want to install mysql governor. I use command=
$ yum remove db-governor db-governor-mysql
$ yum install governor-mysql
$ /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb104
$ /usr/share/lve/dbgovernor/mysqlgovernor.py --install

there are additional commands? Because i use directadmin
 
this might help.

If you are installing MySQL Governor on a server without MySQL at all, you have an opportunity to choose desired MySQL version to be installed with MySQL Governor installation script. Use --mysql-version flag before calling the installation script:


/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=MYSQL_VERSION
/usr/share/lve/dbgovernor/mysqlgovernor.py --install

Did you have mysql_inst set? Is a Database server already installed or no?
 
Back
Top