How to install MySQL Workbench on Ubuntu

MySQL Workbench is simple DBAs and developers an integrated tools environment for:
  • Database Design & Modeling
  • SQL Development (replacing MySQL Query Browser)
  • Database Administration (replacing MySQL Administrator)
You will easily  Design and modeling database tables using MySQL Workbench.


How to install MySQL Workbench on Ubuntu

1.

You need to download Mysql Workbench trough this link http://dev.mysql.com/downloads/workbench/

2.

On the Select Platform Options, select "Ubuntu Linux"
and you need to select What is your ubuntu version.
You ll have downloaded Mysql Workbench Master on Ubuntu version (.deb file )

3.

To install Mysql Workbench go to "where is Mysql Workbench Master directory placed" >> open terminal >> and run this script :

sudo dpkg -i mysql-workbench-gpl-5.2.44-1ubu1004-i386.deb.deb
waiting the process, if U face some error solve it with run this script :
sudo apt-get install  -f
 waiting the process again and done!