install MySQL client version 8 on amazon linux 2
Taegu Kang
1 min read
- outline
Installation of MySQL 8 client not Server on Amazon linux 2.
- add repo
yum install https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
- gpg-key download
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
- install MySQL client
yum install mysql
0
Subscribe to my newsletter
Read articles from Taegu Kang directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by