当前位置:网站首页>Centros 8 installation MySQL Error: The gpg Keys listed for the "MySQL 8.0 Community Server" repository are already ins
Centros 8 installation MySQL Error: The gpg Keys listed for the "MySQL 8.0 Community Server" repository are already ins
2022-07-07 01:54:00 【[email protected]】
Table des matières
InstallationsqlLes ordres sont les suivants::
1. On peut d'abord essayer ça :
3.Si ça ne marche pas...,On peut utiliser ça:
centos8InstallationmysqlErreur signalée:The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package.
Message d'erreur、 La capture d'écran d'erreur est la suivante :
InstallationsqlLes ordres sont les suivants::
yum install mysql-community-server Comme indiqué ci - dessus,À installerMySQLBase de données,Après avoir exécuté la commande ci - dessus, Mais il a demandé une erreur :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.
La capture d'écran d'erreur est la suivante::

Analyse des causes:
- GPG keys Est la clé générée lors de l'installation de la publication du paquet , L'installation nécessite la vérification des clés pour assurer la sécurité
Solutions:
1. On peut d'abord essayer ça :
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*2.Et ensuite:
yum install mysql-community-server3.Si ça ne marche pas...,On peut utiliser ça:
sudo yum -y install * --nogpgcheck
Notes:
Si ce qui précède ne résout toujours pas le problème , Il est seulement recommandé de désinstaller tout SQL Modules associés et tous leurs dossiers ,Puis sélectionnez à nouveauSQL Meta download address ,RéinstallerSQLC'est.
【 J'ai rencontré cette situation , Et traité avec succès ,Alors résumez.】
C'est à propos decentos8InstallationmysqlErreur signalée: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
边栏推荐
- Right mouse button customization
- 各种语言,软件,系统的国内镜像,收藏这一个仓库就够了: Thanks-Mirror
- 对C语言数组的再认识
- Box stretch and pull (left-right mode)
- ROS learning (23) action communication mechanism
- C language [23] classic interview questions [Part 2]
- golang 基础 —— 数据类型
- Set WordPress pseudo static connection (no pagoda)
- sql中批量删除数据---实体中的集合
- ZOJ problem set – 2563 long dominoes [e.g. pressure DP]
猜你喜欢

Gin introduction practice

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

ROS learning (26) dynamic parameter configuration

2022/0524/bookstrap

鼠标右键 自定义

百度飞将BMN时序动作定位框架 | 数据准备与训练指南 (上)

ROS学习(25)rviz plugin插件

刨析《C语言》【进阶】付费知识【完结】

Today's question -2022/7/4 modify string reference type variables in lambda body

Batch delete data in SQL - set in entity
随机推荐
AcWing 1141. 局域网 题解(kruskalkruskal 求最小生成树)
AcWing 1140. Shortest network (minimum spanning tree)
ROS学习(24)plugin插件
AcWing 361. Sightseeing cow problem solution (SPFA seeking positive ring)
Add PDF Title floating window
Ros Learning (23) Action Communication Mechanism
字符串的相关编程题
拖拽改变顺序
Amway wave C2 tools
AcWing 344. Solution to the problem of sightseeing tour (Floyd finding the minimum ring of undirected graph)
ROS学习(25)rviz plugin插件
Make DIY welding smoke extractor with lighting
Clickhouse fields are grouped and aggregated, and SQL is queried according to the granularity of any time period
Set WordPress pseudo static connection (no pagoda)
LeetCode. 剑指offer 62. 圆圈中最后剩下的数
编译命令行终端 swift
ROS学习(26)动态参数配置
Reptile practice (VI): novel of climbing pen interesting Pavilion
设置Wordpress伪静态连接(无宝塔)
POJ 3177 Redundant Paths POJ 3352 Road Construction(双连接)