Install MySQL 5.7 client on Amazon Linux 2

To Nha Notes | Dec. 8, 2021, 5:07 p.m.

sudo yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
sudo yum install -y mysql-community-client

 

If get below error

Public key for mysql-community-libs-compat-5.7.37-1.el7.x86_64.rpm is not installed


 Failing package is: mysql-community-libs-compat-5.7.37-1.el7.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

 

Try below

rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

or

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