Created
September 20, 2012 15:13
-
-
Save pironim/3756518 to your computer and use it in GitHub Desktop.
MySQL Workbench on LinuxMint 12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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