Skip to content

Instantly share code, notes, and snippets.

@pironim
Created September 20, 2012 15:13
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 pironim/3756518 to your computer and use it in GitHub Desktop.
Save pironim/3756518 to your computer and use it in GitHub Desktop.
MySQL Workbench on LinuxMint 12
MySQL Workbench on LinuxMint 12
Posted At : April 3, 2012 4:47 PM | Posted By : ColdFusion Joe
Related Categories: Ubuntu, LinuxMint, MySQL
Can't install MySQL Workbench on LinuxMint 12? Can't find MySQL Workbench in the Software Manager or Synaptic? Here's all you have to do:
view plain print about
1 sudo add-apt-repository ppa:olivier-berten/misc
2 sudo apt-get update
3 sudo apt-get install mysql-workbench-gpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment