Centos 7.2 安装Mysql
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 7.2 安装Mysql相关的知识,希望对你有一定的参考价值。
download mysql repo source
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
install rpm source
rpm -ivh mysql-community-release-el7-5.noarch.rpm
install mysql
yum install mysql-server
firewall setting
service firewalld stop
service iptables stop
auto start services
systemctl enable mysqld
本文出自 “于昊(Pcdog)的博客” 博客,请务必保留此出处http://433266.blog.51cto.com/423266/1859854
以上是关于Centos 7.2 安装Mysql的主要内容,如果未能解决你的问题,请参考以下文章