Chinaunix首页 | 论坛 | 博客
  • 博客访问: 80077
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-28 10:06
个人简介

安徽屯溪,哈尔滨的雪地,扬州的瘦西湖,想必知道我是谁了吧!!对,小金思密达

文章分类

全部博文(36)

文章存档

2015年(7)

2014年(29)

我的朋友

分类: LINUX

2015-04-10 13:34:04

#####################安装 using the mysql yum repository #########
yum list | grep mysql 

 rpm -qa|grep mysql 检查是否安装过

yum install libaio

### 这个下载时需要注册一下 Go to “Download MySQL Yum Repository” to download the release package for Linux 7 “mysql-community-release-el7-5.noarch.rpm”

yum localinstall mysql-community-release-el7-5.noarch.rpm

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

yum install mysql-community-server

service mysqld status

service mysql start

service mysqld stop

检查安装mysql 可以进入即可!

阅读(1027) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~