This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Update to MariaDB 10.1 with success!
#1
Update to MariaDB 10.1 with success!
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:
Quote:# MariaDB 10.1 CentOS repository list - created 2016-11-24 17:24 UTC
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
can save using comand :wq on command line

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 -V
mysql  Ver 15.1 Distrib 10.1.21-MariaDB, for Linux (x86_64) using readline 5.1
or you can see on your panel saying
MySQL Version: 10.1.21-MariaDB
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Update to PHP 7.1.2 with success! julinhobrow 5 22 ,943 09-06-2019, 02:11 PM
Last Post: gerzok
[How To] Update from PHP v5.4.16 to v5.6.31 (Includes suhosin patch) [CentOS] betatester3.0 5 16 ,791 03-18-2019, 01:23 AM
Last Post: BigBang
How to Update PHP 5.5.9 To 5.6 elmucho 0 3 ,046 02-01-2018, 11:34 AM
Last Post: elmucho

Forum Jump:


Users browsing this thread: 1 Guest(s)