Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created September 17, 2010 16:52
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 xeoncross/584526 to your computer and use it in GitHub Desktop.
Save xeoncross/584526 to your computer and use it in GitHub Desktop.
Install mysql workbench
1) Download the ubuntu package from the MySQL web site (http://dev.mysql.com/downloads/workbench/)
2) cd into that directory where the ".deb" package is
3) sudo apt-get install libctemplate0 libzip1 python-pysqlite2 mysql-client python-crypto python-paramiko
4) sudo dpkg -i mysql-workbench-gpl-5.2.27-1ubu1004-amd64.deb (or whatever your package name is)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment