当前位置: > Linux服务器 > nginx >

解决CentOS7下yum install mysql-server没有可用包的问题centos

时间:2016-06-17 03:09来源:linux.it.net.cn 作者:IT
[azq@localhost ~]$ sudo yum install mysql-server
已加载插件:fastestmirror, langpacks

Loading mirror speeds from cached hostfile
* base: mirrors.163.com
* extras: mirrors.163.com
* updates: centos.ustc.edu.cn


没有可用软件包 mysql-server。
错误:无须任何处理



在CODE上查看代码片派生到我的代码片 


# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 

--  http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

正在解析主机 repo.mysql.com (repo.mysql.com)... 23.4.241.142
正在连接 repo.mysql.com (repo.mysql.com)|23.4.241.142|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:6140 (6.0K) [application/x-redhat-package-manager]
正在保存至: “mysql-community-release-el7-5.noarch.rpm”
100%[======================================>] 6,140       --.-K/s 用时 0s     
(467 MB/s) - 已保存 “MySQL-community-release-el7-5.noarch.rpm” [6140/6140])


在CODE上查看代码片派生到我的代码片 

# ls 

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


在CODE上查看代码片派生到我的代码片 
# rpm -ivh mysql-community-release-el7-5.noarch.rpm 
准备中...                          ################################# [100%]
正在升级/安装...



1:mysql-community-release-el7-5    ################################# [100%]
ps:如果出现can't create transaction lock on /var/lib/rpm/.rpm.lock 错误


错误原因:权限问题
解决方法:在终端输入“su”和密码,登录root,以root身份登录就不会有提示

在CODE上查看代码片派生到我的代码片 
# ls -1 /etc/yum.repos.d/mysql-community* 
/etc/yum.repos.d/mysql-community.repo

/etc/yum.repos.d/mysql-community-source.repo

在CODE上查看代码片派生到我的代码片 
# yum install mysql-server  



(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容