Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

This also applies to systems on which the MySQL client is installed.

Fix - CentOS

Code Block
wget https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
rpm --import RPM-GPG-KEY-mysql-2022
rm -f RPM-GPG-KEY-mysql-2022

Then run the dnf or yum update again.

Fix - Debian

Code Block
wget https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
apt-key add RPM-GPG-KEY-mysql-2022
rm -f RPM-GPG-KEY-mysql-2022

...