服务器之家:专注于服务器技术及软件下载分享
分类导航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|数据库技术|

服务器之家 - 数据库 - Mysql - 记录无法安装mysql-Invalid GPG Key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql的解决办法

记录无法安装mysql-Invalid GPG Key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql的解决办法

2020-07-10 20:52STANO001 Mysql

在aliyun上安装MySQL时由于上次错误卸载mysql 导致校验文件出问题。下面小编给大家分享记录无法安装mysql-Invalid GPG Key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql的解决方法,需要的朋友参考下吧

记录遇到的问题;

在aliyun上安装MySQL时由于上次错误卸载mysql 导致校验文件出问题;

处理方式有几种

1到mysql官网下载校验文件

2跳过校验,记录第二种

  编辑文件/etc/yum.repos.d/mysql-community.repo

?
1
vi /etc/yum.repos.d/mysql-community.repo
?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<pre class="programlisting" style="box-sizing: inherit; margin-top: 20px; margin-bottom: 20px; margin-left: 6px; padding: 3px 8px; border: 1px solid rgb(217, 217, 217); outline: 0px; font-size: 12.6814px; vertical-align: baseline; font-family: 'Courier New', Courier, fixed, monospace; overflow: auto; line-height: 1.5; background: rgb(238, 238, 238);" name="code"># Enable to use MySQL 5.6
[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/6/$basearch/
enabled=1
gpgcheck=1-->0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql</pre>
<pre></pre>
<p></p>
<pre></pre>
修改gpgcheck=0即可
<p></p>
<p><span style="font-family:Courier New,Courier,fixed,monospace"><span style="font-size:12.6814px; line-height:22.1924px">继续安装:</span></span></p>
<pre name="code" class="html"> sudo yum install mysql-community-server</pre><br>
引用:https://dev.mysql.com/doc/mysql-repo-excerpt/5.6/en/linux-installation-yum-repo.html<br>
<p></p>
<p><span style="font-family:'Courier New',Courier,fixed,monospace; font-size:12.6814px; line-height:22.1924px"><br>
<br>
</span></p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>

以上所述是小编给大家介绍的记录无法安装mysql-Invalid GPG Key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql的解决办法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对服务器之家网站的支持!

原文链接:http://blog.csdn.net/u013025324/article/details/54295633

延伸 · 阅读

精彩推荐