If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I just installed CloudLinux on a new server yesterday. However, the server had MySQL 5.1, so mysql-governor installed 5.1 as well. However, I want to upgrade it to 5.5. How can I do this?
I can certainly wait until Monday. Do you mean this coming Monday, May 20? Is this definite?
Also, are you saying you will have *full* support for MariaDB/ Ive been wanting to switch to MariaDB, but also wanted MySQL Governor to work with it. So with this coming release, it will be supported?
Where can I find the update information when the update comes out?
sorry for delay, but release of new governor will be tomorrow. Yes, release will be support install MariaDB on the server and work with it. I will write here how to upgrade or install new governor.
IMPORTANT THING:
Please make full database backup(including system tables) before you will do upgrade of MySQL, especially if you will change from MySQL to MariaDB. This action will prevent data losing in case if something goes wrong.
How to install new package:
1) yum install governor-mysql --enablerepo=cloudlinux-
One important note:
if you have installed MariDB on the server, on installation do:
1) yum install governor-mysql --enablerepo=cloudlinux-updates-testing
2) /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb55
3) /usr/share/lve/dbgovernor/mysqlgovernor.py --install
How to upgrade:
1) yum upd ate governor-mysql --enablerepo=cloudlinux-updates-testing
Now in governor is available database type selection utility:
[~]# /usr/share/lve/dbgovernor/db-select-mysql --help
Usage: db-select-mysql [options]
options:
--mysql-version= or -m se t version of mysql
mysql type: auto, mysql50, mysql51, mysql55, mariadb55
--install-now if need reinstall mysql now
--current-mysql show current installed mysql
--current-running-mysql show current running mysql
For upgradeing to MySQL 5.5(for example), you should to do:
1) /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mysql55
2) /usr/share/lve/dbgovernor/db-select-mysql --install-now
3) for cPanel can be needed to rebuild php through easyapache
For installation of MariaDB 5.5, you should to do:
1) /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb55
2) /usr/share/lve/dbgovernor/db-select-mysql --install-now
3) for cPanel can be needed to rebuild php through easyapache
Available type of DB:
auto - install MySQL as earlier(default for CL5 & CL6 and according to options of cPanel)
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment