Last active
October 3, 2024 07:47
Revisions
-
fernandoaleman revised this gist
Feb 4, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-2023 ``` -
fernandoaleman created this gist
Nov 13, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```