码迷,mamicode.com
首页 > 数据库 > 详细

Centos 7.2 安装Mysql

时间:2016-10-09 20:50:12      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:download   mysql   enable   start   

  • 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

标签:download   mysql   enable   start   

原文地址:http://433266.blog.51cto.com/423266/1859854

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!