MySQL Workbench provides DBAs and developers an integrated tools environment for:
- Database Design & Modeling
- SQL Development
- Database Administration
- Database Migration
- Installation:
Download installation package as per our OS from following link
https://dev.mysql.com/downloads/workbench/
and follow normal installation process.
Alternative way.
If you are getting any error while install by first method, you can use following commands to get it installed
sudo apt-get install mysql-workbench
Once installation is done, you will find MySQL Workbench in your list of applications.
When you open MySQL workbench, following screen will appear.
After you connect to local server, you will see following window.