CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


Upgrade Mysql 5.7 to MariaDB 10.2 on CentOS7

In this article, Iโ€™m going to upgrade Mysql5.7 to Mariadb 10.2 on CentOs7 system. This is a simple procedure that yoyu can easly follow.

Login as root user in to your system through SSH.

You can get the current mysql version by running following command.

#  mysql -V

Now follow the below steps one by one to upgrade to Mariadb10.2

1. Stop mysql service

#  systemctl stop mysql

2. Take the backup of databases.

Be sure to backup MySQL before upgradation process with the following instructions!

# cp -apf /var/lib/mysql /var/lib/mysql_backup
#  mysqldump --all-databases > all_databases.sql

3. Remove the existing mysql package from the system.

#  yum -y remove mysql-server mysql-client

4. Add MariaDB repository.

# vi  /etc/yum.repos.d/MariaDB.repo 

And copy the following line to the repsitory file.

[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.2/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

:wq!  (save and exit)

Install MariaDB10.

Installation of MariaDB can be done by following simple step.

# yum -y install MariaDB-server MariaDB-client 

Start MariaDB service.

# systemctl start mariadb.service
# systemctl enable mariadb.service

Run mysql upgrade command

 # mysql_upgrade

You have succesfully upgraded to mariadb10 and you can verify it by running following command

# mysql -V

You will get following as output.

mysql Ver 15.1 Distrib 10.2.23-MariaDB, for Linux (x86_64) using readline 5.1

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries ๐Ÿ‘๐Ÿ‘๐Ÿ‘ ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (อ โ‰– อœส–อ โ‰–) ๐Ÿ‘Œ ~ . . . Read more

Top