Announcement

Collapse
No announcement yet.

db_governor and mariadb 10.0.20

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • db_governor and mariadb 10.0.20

    I did the installation yesterday of CloudLinux on my Cpanel server 11.50.0
    But I have a problem in db_governor. Once installed, the following appears in the log dbgovernor_error

    [Wed Jul 24 11:16:30 2015] Open govern connection operation
    [Wed Jul 24 11:16:30 2015] Try to connect with options from config file dbgovernor
    [Wed Jul 24 11:16:30 2015] write Open connection operation
    [Wed Jul 24 11:16:30 2015] Try to connect with options from config file dbgovernor
    [Wed Jul 24 11:16:30 2015] Try to connect with options from config file dbgovernor
    [Wed Jul 24 11:16:30 2015] Upd ate your MySQL version from CLL to repo.cloudlinux.com. Current is 10.0.20-MariaDB
    [Wed Jul 24 11:16:30 2015] Incorrect mysql version
    [Wed Jul 24 11:16:30 2015] Failed governor daemon, daemon restart
    [Wed Jul 24 11:17:30 2015] Failed governor daemon, daemon restart
    [Wed Jul 24 11:18:30 2015] Failed governor daemon, daemon restart
    [Wed Jul 24 11:19:30 2015] Failed governor daemon, daemon restart
    [Wed Jul 24 11:20:31 2015] Failed governor daemon, daemon restart
    [Wed Jul 24 11:21:31 2015] Failed governor daemon, daemon restart

    I execute the command:

    root@web01:/usr> /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb100
    now se t MySql type mariadb100

    But the service is not up.

  • #2
    From what I see you just switched mysql version to mariadb100 however did not install it yet, you have to do the following after switching:

    Code:
    /usr/share/lve/dbgovernor/mysqlgovernor.py --install
    More: http://docs.cloudlinux.com/change_mysql_version.html

    Comment


    • #3
      I repeated the entire installation process.
      Now installing upgraded to MariaDB 10.0.15 and it worked.

      Comment

      Working...
      X