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.
- 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

      $ sudo apt update && sudo apt upgrade
      $ sudo apt install mysql-workbench- Run MySQL Workbench from the terminal
 
      mysql-workbench



Comments
Post a Comment