Centos 7.2 安装Mysql

前端之家收集整理的这篇文章主要介绍了Centos 7.2 安装Mysql前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  • download @R_301_198@ repo source

wget http://repo.@R_301_198@.com/@R_301_198@-community-release-el7-5.noarch.rpm


  • install rpm source

rpm -ivh @R_301_198@-community-release-el7-5.noarch.rpm


  • install @R_301_198@

yum install @R_301_198@-server


  • firewall setting

service firewalld stop

service iptables stop


  • auto start services

systemctl enable @R_301_198@d

猜你在找的CentOS相关文章