MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
(Новая страница: «=== MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for thi...»)
 
 
Строка 1: Строка 1:
 +
[[Файл:B_1.gif |link=https://iphoster.net/pl.php?34838| Доступная цена]]
 +
 
=== MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package ===
 
=== MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package ===
  

Текущая версия на 14:32, 10 марта 2022

Доступная цена

MySQL - при обновлении The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package

При попытке обновить mysql 5.7 на минорную версию выше, получили ошибку:

The GPG keys listed for the "MySQL 5.7 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.
Failing package is: mysql-community-server-5.7.37-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql


Решение - это импортировать новый ключ GPG MySQL и повторить обновление через yum update:

# rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 
# yum update