MYSQL Governor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • support
    Junior Member
    Forum Explorer
    • Mar 2021
    • 12

    #1

    MYSQL Governor

    MySQL governor installs MySQL 5.0 and I want it to use MySQL 5.5 since my server has MySQL 5.5. How do I fix this? Thank you.
  • iseletsk
    Senior Member
    • Dec 2017
    • 1199

    #2
    We updated MySQL governor in our repository to fix this bug.
    yum update db-governor db-governor-mysql --enablerepo=cloudlinux-updates-testing
    # service db_governor restart

    Please, try installing it, and running update one more time.
    If it doesn help, use this guide to restore MySQL 5.5
    1) rm /etc/mysqlupdisable
    2) /scripts/mysqlup --force

    Comment

    • support
      Junior Member
      Forum Explorer
      • Mar 2021
      • 12

      #3
      That fixed it. Thank you.

      Comment

      Working...