标签:repo list arch centos7 数据 wget 配置 remove lis
一、检查系统是否安装其他版本的MYSQL数据二、安装及配置
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
标签:repo list arch centos7 数据 wget 配置 remove lis
原文地址:http://blog.51cto.com/zjunzz/2298636