How can I install preferably the latest version of MySQL Workbench on Ubuntu 14.04?
Asked
Active
Viewed 7,583 times
1 Answers
0
From here: http://www.devopsservice.com/install-mysql-workbench-on-ubuntu-14-04-and-centos-6/.
- Download the repository using
wget http://dev.mysql.com/get/mysql-apt-config_0.3.5-1ubuntu14.04_all.deb. - Install it with
sudo dpkg -i mysql-apt-config_0.3.5-1ubuntu14.04_all.deb - Update the apt packages by runnung
sudo apt update -y. - Install with
sudo apt-get install mysql-workbench-community -y - During the setup, select
workbench, version6.3and thenapplyto finish the installer.