Skip to content

Instantly share code, notes, and snippets.

@fernandoaleman
Last active October 3, 2024 07:47

Revisions

  1. fernandoaleman revised this gist Feb 4, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mysql-8.0-gpg-fix.md
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,5 @@ The GPG keys listed for the "MySQL 8.0 Community Server" repository are already
    # Solution

    ```
    rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
    rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023
    ```
  2. fernandoaleman created this gist Nov 13, 2023.
    8 changes: 8 additions & 0 deletions mysql-8.0-gpg-fix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Problem
    The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package.

    # Solution

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