-
-
Save SomeCallMeTom/d8848a1f26457f91f107545979bfa04a to your computer and use it in GitHub Desktop.
Install MySQL 8.0 client on Amazon Linux 2
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 characters
#!/bin/sh | |
sudo yum install -y https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm | |
sudo yum install -y mysql-community-client |
add a 'sudo' in front of the GPG key import
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you get the following error:
run
to fix it