Skip to content

Instantly share code, notes, and snippets.

@hkhoshraftar
Created December 29, 2019 15:06
Show Gist options
  • Save hkhoshraftar/8f6bdad133316d345e6514ed94930387 to your computer and use it in GitHub Desktop.
Save hkhoshraftar/8f6bdad133316d345e6514ed94930387 to your computer and use it in GitHub Desktop.
nano /etc/yum.repos.d/maria10-3.repo
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.3/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
yum -y upgrade maria*
systemctl restart mariadb
mysql -v -u root -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment