Wednesday, June 18, 2014

Install MySQL Workbench 5.2.44 in Ubuntu 12.10 or 12.04

1. Open a terminal window.
2. Type in the following commands then hit Enter after each.
sudo add-apt-repository ppa:olivier-berten/misc
sudo apt-get update
sudo apt-get install mysql-workbench
3. To start the application, use this command.
mysql-workbench &
For more, see the original article at the link below.

0 comments: