@@ -67,10 +67,6 @@ apt install governor-mysql
6767
68682 . To use MySQL Governor with
6969
70- * cl-MariaDB103
71- ```
72- /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb103
73- ```
7470 * cl-MySQL80
7571 ```
7672 /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mysql80
@@ -91,7 +87,7 @@ In case of installing on cPanel + Ubuntu server, set the following parameter:
91876. Configure user mapping to the database. The mapping format is described in
9288 the [following section](/cloudlinuxos/cloudlinux_os_components/#mapping-a-user-to-a-database).
9389
94- In case a non-panel system the `/etc/container/dbuser-map` should be created and updated with new users by admin.
90+ In case of a non-panel system the `/etc/container/dbuser-map` mapping file should be created and updated with new users by an admin.
9591
9692The format is as follows:
9793
@@ -101,7 +97,7 @@ The format is as follows:
10197[ dbuser_nameN] [ account_nameN] [ UIDN]
10298```
10399
104- The control panel should automatically generate such mapping and write it to the `/etc/container/dbuser-map`. Usually,
100+ The control panel should automatically generate this mapping and write it to the `/etc/container/dbuser-map` file . Usually,
105101it is enough to write a hook when adding, deleting or renaming a database for a user. The control panel should implement
106102such a mechanism for MySQL Governor to operate properly. MySQL Governor automatically applies changes from the
107103dbuser-map file every five minutes.
@@ -359,16 +355,16 @@ And restart service:
359355service httpd restart
360356```
361357
362- ### Uninstall
358+ ### Uninstallation
363359
364- Uninstall procedure for cPanel servers with EasyApache 4:
360+ Uninstallation procedure for cPanel servers with EasyApache 4:
365361
366362```
367363/usr/bin/switch_mod_lsapi --uninstall
368364apt remove liblsapi liblsapi-dev ea-apache24-mod-lsapi
369365```
370366
371- Uninstall procedure for servers with no panel:
367+ Uninstallation procedure for servers with no panel:
372368
373369```
374370/usr/bin/switch_mod_lsapi --uninstall
0 commit comments