Skip to content

Instantly share code, notes, and snippets.

@ivolivares
Last active November 27, 2017 13:35
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 ivolivares/3f107db0b8faed95273e to your computer and use it in GitHub Desktop.
Save ivolivares/3f107db0b8faed95273e to your computer and use it in GitHub Desktop.
Install MySQL Workbench Ubuntu 14.04

How to Install MySQL Workbench Ubuntu 14.04

  1. Install some dependencies:

     sudo apt-get -f install odbcinst odbcinst1debian2 unixodbc libodbc1
    
  2. Now, install the MySQL Workbench

     sudo apt-get install mysql-workbench-community
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment