Chapter 1 - Mysql Cookbook Installing and Upgrading Mysql
Chapter 1 - Mysql Cookbook Installing and Upgrading Mysql
Stephen Efange
https://www.mysql.com/downloads/
https://dev.mysql.com/downloads/repo/yum/
Download the repository installer rpm for your system architecture and version or Linux or distro
cd /opt
wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
cd /etc/yum.repos.d
vi MariaDB.repo
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.5/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
or