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

centos7 安装mysql5.7

时间:2018-10-11 13:41:21      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:repo   list   arch   centos7   数据   wget   配置   remove   lis   

一、检查系统是否安装其他版本的MYSQL数据
yum list installed | grep mysql
yum -y remove mysql-libs.x86_64

二、安装及配置
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
rpm -ivh mysql-community-release-el7-5.noarch.rpm
yum repolist all | grep mysql
安装MYSQL数据库
yum install mysql-community-server -y

设置为开机启动
chkconfig --list | grep mysqld
chkconfig mysqld on

centos7 安装mysql5.7

标签:repo   list   arch   centos7   数据   wget   配置   remove   lis   

原文地址:http://blog.51cto.com/zjunzz/2298636

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