Navigation

    • Register
    • Login
    • Search
    • Recent
    • Users
    • Groups

    Mariadb 10.2 failed to install via yum update

    CWP - Panel
    1
    1
    46
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sandeep
      sandeep last edited by sandeep

      Mariadb 10.2 failed to install via yum update follow this steps to fix it :

      first stop mariadb server

      systemctl stop mariadb mysql mysqld
      

      then run :

      rpm -e --nodeps MariaDB-client MariaDB-server
      

      after that install mariadb :

      yum install MariaDB-server MariaDB-client
      

      then update :

      yum update
      

      then start mysql :

      systemctl start mariadb
      

      enable mariadb service :

      systemctl enable mariadb
      

      then upgrade mysql db :

      mysql_upgrade --force
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post

      Recent Topics

      • Phpmyadmin New Verison with autologin - CWP

      • PHP 8.0.0 testing - CWP

      • M

        Install php 7.4 on cwp

      • How to update phpMyAdmin v4.7.9 outdated version to the latest phpMyAdmin v4.9.2 for CWP and CWP PRO for Centos 7 !

      • How to Get A+ Score Rating with SSLLabs Qualys in CWP – Control web panel

      • Error cronjobs

      • We've now New support portal

      • changing docroot to pub magento

      URLs HOME | Blog | Support Portal