Update to MariaDB 10.1 with success!
02-27-2017, 05:35 AM
(This post was last modified: 02-27-2017, 05:36 AM by julinhobrow.)
i'm Trying and learning and i do
its a backup
1: mysqldump -u root -p --all-databases > db-backup.sql
2: use your mysql root password
now install
1: vim /etc/yum.repos.d/MariaDB10.repo
2: Put this and save the file:
3: service mariadb stop
4: yum install MariaDB-server MariaDB-client
5: service mariadb start
6: reboot
if you go with command
mysql -V
MySQL Version: 10.1.21-MariaDB
its a backup
1: mysqldump -u root -p --all-databases > db-backup.sql
2: use your mysql root password
now install
1: vim /etc/yum.repos.d/MariaDB10.repo
2: Put this and save the file:
Quote:# MariaDB 10.1 CentOS repository list - created 2016-11-24 17:24 UTCcan save using comand :wq on command line
# http://downloads.mariadb.org/mariadb/repositories/
[Mariadb]
Name = MariaDB
Baseurl = http://yum.mariadb.org/10.1/centos7-amd64
Gpgkey = https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
Gpgcheck = 1
3: service mariadb stop
4: yum install MariaDB-server MariaDB-client
5: service mariadb start
6: reboot
if you go with command
mysql -V
Quote:[root@painel ~]# mysql -Vor you can see on your panel saying
mysql Ver 15.1 Distrib 10.1.21-MariaDB, for Linux (x86_64) using readline 5.1
MySQL Version: 10.1.21-MariaDB