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

Centos 7 Yum安装Mysql

时间:2016-11-08 20:09:46      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:sys   led   登录   tar   unity   wget   arch   root   mysql   

1.下载mysql安装源并安装

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

2.检查可安装mysql软件包

yum repolist enabled | grep "mysql.*-community.*"

3.安装mysql

sudo yum install mysql-community-server
sudo systemctl enable mysqld  #设置开机启动
systemctl start mysqld            #启动服务

4.登录mysql

mysql -uroot -p
Enter password: 

 

Centos 7 Yum安装Mysql

标签:sys   led   登录   tar   unity   wget   arch   root   mysql   

原文地址:http://www.cnblogs.com/xinzhiyu/p/6044130.html

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