Skip to content

Instantly share code, notes, and snippets.

@neilkuan
Last active October 5, 2023 08:57
Show Gist options
  • Save neilkuan/6a6952dfe31bb1a5d2cef64369e343cf to your computer and use it in GitHub Desktop.
Save neilkuan/6a6952dfe31bb1a5d2cef64369e343cf to your computer and use it in GitHub Desktop.
amazon-linux-2023-install-mysql-client.md
sudo yum provides mysql-client
sudo yum provides mysql*
sudo yum install https://dev.mysql.com/get/mysql80-community-release-el9-4.noarch.rpm -y
sudo yum repolist 
sudo yum provides mysql-community-client
sudo yum install  mysql-community-client
mysql -V
@neilkuan
Copy link
Author

neilkuan commented Oct 5, 2023

source: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install-linux-quick.html

Mysql Yum repository:
Red Hat Enterprise Linux 9 / Oracle Linux 9 (Architecture Independent), RPM Package
https://dev.mysql.com/get/mysql80-community-release-el9-4.noarch.rpm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment