当前位置:网站首页>The GPG keys listed for the "MySQL 8.0 community server" repository are already ins
The GPG keys listed for the "MySQL 8.0 community server" repository are already ins
2022-07-07 01:54:00 【[email protected]】
Catalog
install sql The order is as follows :
3. No words , You can use this :
centos8 install mysql Report errors :The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package.
Error message 、 The screenshot of error reporting is shown below :
install sql The order is as follows :
yum install mysql-community-server As ordered above , To install MySQL database , After executing the above command , But it prompts you to report an error :The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.
The screenshot of error reporting is as follows :

Cause analysis :
- GPG keys Is the key generated when the installation package is published , The installation needs to check the key to ensure security
terms of settlement :
1. You can try this first :
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*2. And then execute :
yum install mysql-community-server3. No words , You can use this :
sudo yum -y install * --nogpgcheck
matters needing attention :
If the above operation still does not solve the problem , It is only recommended to uninstall all SQL Related modules and all their folders , Then reselect SQL Yuan download address , reinstall SQL 了 .
【 I have encountered this situation , And processed successfully , So to summarize .】
That's about centos8 install mysql Report errors :The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package.
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207061817145833.html
边栏推荐
- AcWing 1148. Secret milk transportation problem solution (minimum spanning tree)
- Comparison of picture beds of free white whoring
- NPM install compilation times "cannot read properties of null (reading 'pickalgorithm')“
- sql中批量删除数据---实体中的集合
- AcWing 1140. 最短网络 (最小生成树)
- 454 Baidu Mianjing 1
- 字符串的相关编程题
- AcWing 1148. 秘密的牛奶运输 题解(最小生成树)
- MySQL最基本的SELECT(查询)语句
- MySQL's most basic select statement
猜你喜欢

The difference between Tansig and logsig. Why does BP like to use Tansig

Appium自动化测试基础 — uiautomatorviewer定位工具

AcWing 1148. Secret milk transportation problem solution (minimum spanning tree)

ROS learning (XIX) robot slam function package cartographer

C语言关于链表的代码看不懂?一篇文章让你拿捏二级指针并深入理解函数参数列表中传参的多种形式

ROS learning (23) action communication mechanism

LeetCode:1175. Prime permutation

Scenario practice: quickly build wordpress blog system based on function calculation

ROS学习(26)动态参数配置

Basic introduction and use of dvajs
随机推荐
爬虫实战(六):爬笔趣阁小说
ROS学习(十九)机器人SLAM功能包——cartographer
AcWing 904. 虫洞 题解(spfa求负环)
Recognition of C language array
AcWing 345. Cattle station solution (nature and multiplication of Floyd)
Shell script quickly counts the number of lines of project code
LeetCode:1175. Prime permutation
Box stretch and pull (left-right mode)
Get to know MySQL for the first time
json学习初体验–第三者jar包实现bean、List、map创json格式
蓝桥杯2022年第十三届省赛真题-积木画
[unique] what is the [chain storage structure]?
Right mouse button customization
Modify the system time of Px4 flight control
@Before, @after, @around, @afterreturning execution sequence
CISP-PTE之命令注入篇
AcWing 1140. 最短网络 (最小生成树)
Golang foundation - data type
图片打水印 缩放 和一个输入流的转换
MySQL最基本的SELECT(查询)语句