Skip to content

Instantly share code, notes, and snippets.

@ggnam
Forked from stepankuzmin/debian-mysql-client-8.sh
Last active February 1, 2019 03:05
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 ggnam/c562c2929e73bfcace0af3b7b6260dd3 to your computer and use it in GitHub Desktop.
Save ggnam/c562c2929e73bfcace0af3b7b6260dd3 to your computer and use it in GitHub Desktop.
Install mysql-client 8 on Debian
wget https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb
dpkg -i mysql-apt-config_0.8.10-1_all.deb # choose OK
apt update
apt install mysql-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment