当前位置:Gxlcms > 数据库问题 > Centos 7.2 安装Mysql

Centos 7.2 安装Mysql

时间:2021-07-01 10:21:17 帮助过:25人阅读

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

标签:download   mysql   enable   start   

人气教程排行