Skip to content

Instantly share code, notes, and snippets.

@imadityac
Forked from sshymko/install_mysql_client.sh
Created March 14, 2024 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imadityac/a65ee2898f939f3f5abe9174000e1d69 to your computer and use it in GitHub Desktop.
Save imadityac/a65ee2898f939f3f5abe9174000e1d69 to your computer and use it in GitHub Desktop.
Install MySQL 5.7 client on Amazon Linux 2
#!/bin/sh
sudo yum install -y https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
sudo yum install -y mysql-community-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment