How to install and configure MySQL WORKBENCH in Ubuntu.

Installation of MySQL workbench -


MySQL Workbench is a feature-rich graphical tool used to model data, build SQL queries, manage MySQL servers, and more.

Image result for mysql workbench logo

  • Update your system repositories
      $ sudo apt update && sudo apt upgrade

  • Install MySQL Workbench using the APT package

      $ sudo apt install mysql-workbench
  • Run MySQL Workbench from the terminal
      mysql-workbench
  • It's open MySQL Workbench home
  • Click on local instance 3306:
  • Enter the password which you are given at the time of MySQL server installation:
  • It's open MySQL workbench dashboard where you can create, delete, manipulate, update table.

Comments

Popular posts from this blog

Installation of MySQL server in Linux/Ubuntu