Heim  >  Fragen und Antworten  >  Hauptteil

Lösen Sie das GPG-Schlüsselproblem bei der Installation von MySQL-Community-Server

<p>Bei der Installation von <strong>mysql-community-server</strong> ist der folgende Fehler aufgetreten: </p> <p><strong>Befehl: </strong></p> <pre class="brush:php;toolbar:false;">sudo yum install mysql-community-server</pre> <p><strong>Fehler: </strong></p> <pre class="brush:php;toolbar:false;">Warnung: /var/cache/yum/x86_64/2/mysql57-community/packages/mysql-community-libs-compat-5.7.37-1. el7.x86_64.rpm: Header V4 RSA/SHA256 Signatur, Schlüssel-ID 3a79bd29: NOKEY Schlüssel aus Datei:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql abrufen Der GPG-Schlüssel für das Repository „MySQL 5.7 Community Server“ ist installiert, ist jedoch für dieses Paket falsch. Bitte überprüfen Sie, ob die richtige Schlüssel-URL für dieses Repository konfiguriert ist. Das fehlgeschlagene Paket ist: mysql-community-libs-compat-5.7.37-1.el7.x86_64 Der GPG-Schlüssel ist wie folgt konfiguriert: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql</pre> <p>Kann jemand helfen...</p>
P粉317679342P粉317679342445 Tage vor503

Antworte allen(1)Ich werde antworten

  • P粉211600174

    P粉2116001742023-08-23 11:08:45

    来源:https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html

    没有单独的签名。RPM软件包具有内置的GPG签名和MD5校验和。

    rpm还支持直接从URL加载密钥:

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

    Antwort
    0
  • StornierenAntwort