时间:2021-07-01 10:21:17 帮助过:11人阅读
二、安装及配置
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