Shellbye.github.io icon indicating copy to clipboard operation
Shellbye.github.io copied to clipboard

CentOS 7.4 install MySQL

Open Shellbye opened this issue 7 years ago • 0 comments

https://www.linode.com/docs/databases/mysql/how-to-install-mysql-on-centos-7/

wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm
yum update
sudo yum install mysql-server -y

Shellbye avatar May 09 '18 03:05 Shellbye