How to Install Workbenh on Linux (Ubuntu 14.04)

All_Steps blow !!!
Download .deb file of workbench
#sudo wget http://dev.mysql.com/get/mysql-apt-config_0.3.5-1ubuntu14.04_all.deb
#sudo dpkg -i mysql-apt-config_0.3.5-1ubuntu14.04_all.deb
#sudo apt-get update -y
#sudo apt-get install mysql-workbench-community -y

Work on gui and check

mysql-workbench --version




To uninstall !!


#sudo apt-get remove  mysql-workbench
#sudo apt-get remove --auto-remove mysql-workbench-community
#sudo apt-get purge mysql-workbench
#sudo apt-get purge --auto-remove mysql-workbench

Popular posts from this blog

How to install and configure ApacheTomcat and Integrate with apache2 on Linux (Ubuntu 14.04)

Remote Desktop Sharing Dconf Tool in Linux (Ubuntu 14.04)

Configure Telnet & SSH on Router for Remote access.