摘要:
追加CentOS 7的epel及remi源:# yum install epel-release# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm使用yum list命令查看可安装的包(Packege)。# y 阅读全文
摘要:
uname -arpm -ivh https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpmyum install mysql-server -ysystemctl start mysqld.servicemysqlchec 阅读全文