Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Created February 8, 2017 17:20
Show Gist options
  • Save dibmartins/6e11eb99f42aca622d2c89501ded256f to your computer and use it in GitHub Desktop.
Save dibmartins/6e11eb99f42aca622d2c89501ded256f to your computer and use it in GitHub Desktop.
install-workbench-ubuntu-xenial
wget http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-6.3.8-1ubu1604-amd64.deb -O mysql-workbench-community.deb
sudo dpkg -i mysql-workbench-community.deb
sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment