How can I install preferably the latest version of MySQL Workbench on Ubuntu 14.04?
Asked
Active
Viewed 7,577 times
0
-
This question is not directly related to Ubuntu. It seems the Workbench is only supported on Ubuntu 16.04 and 16.10. so it'll be better to ask MySQL for support of an older version of Ubuntu (very unlikely) or update to Ubuntu 16.04. You can always try to install the packages on their site but you might a lot of errors – Felipe May 31 '17 at 20:23
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.