0

How can I install preferably the latest version of MySQL Workbench on Ubuntu 14.04?

guntbert
  • 13,475

1 Answers1

0

From here: http://www.devopsservice.com/install-mysql-workbench-on-ubuntu-14-04-and-centos-6/.

  1. Download the repository using wget http://dev.mysql.com/get/mysql-apt-config_0.3.5-1ubuntu14.04_all.deb.
  2. Install it with sudo dpkg -i mysql-apt-config_0.3.5-1ubuntu14.04_all.deb
  3. Update the apt packages by runnung sudo apt update -y.
  4. Install with sudo apt-get install mysql-workbench-community -y
  5. During the setup, select workbench, version 6.3 and then apply to finish the installer.