Skip to content

Instantly share code, notes, and snippets.

@lex64
Forked from sshymko/install_mysql_client.sh
Created October 20, 2021 08:56
Show Gist options
  • Save lex64/bd6fca72c1862f445e47b08ad480dd9c to your computer and use it in GitHub Desktop.
Save lex64/bd6fca72c1862f445e47b08ad480dd9c 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