From the course: MySQL Installation and Configuration (2019)

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Install MySQL Workbench on Ubuntu

Install MySQL Workbench on Ubuntu - MySQL Tutorial

From the course: MySQL Installation and Configuration (2019)

Install MySQL Workbench on Ubuntu

- [Instructor] In this lesson we'll install the MySQL workbench graphical interface on Ubuntu Linux. This is a continuation from the last movie where we installed the MySQL server on this machine, and if I bring up the terminal here, I can say sudo service MySQL status and you see that the MySQL service is loaded and active, and running on this machine. I'm going to press q to get out of the less. Apparently the service app pipes into less on this machine. So we've confirmed that MySQL is installed and running on this machine and at this point I simply type sud apt get -y install and MySQL-workbench-community. So I'll install the community edition of the MySQL workbench on this machine from the apt repository that we already installed in the last movie. So, press enter, and all of these messages are just its progress as it downloads and unpacks, and installs the various packages necessary for this MySQL workbench product. So at this point, if I come up here to the activities, and I…

Contents