Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Last active February 1, 2019 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stepankuzmin/b4fa59f68747d3493df3a2491d8397e9 to your computer and use it in GitHub Desktop.
Save stepankuzmin/b4fa59f68747d3493df3a2491d8397e9 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-get update
apt-get install mysql-client
@ggnam
Copy link

ggnam commented Feb 1, 2019

Thanks a lot!

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