Sunday, July 17, 2016

How to install MySQL Workbench on Lubuntu 16.04


If you have mysql database running on your lubuntu, you might want to install mysql workbench for manage mysql database and creating query more easily.

To install mysql workbench on lubuntu 16.04 is very easy, open your terminal, press CTRL + ALT + T and then run this command:

sudo apt-get install mysql-workbench

The package size for mysql workbench is around 180 Mb so make sure you have enough disk space and make sure your internet is working because it will download from the online repository.

Once installed you can open mysql workbench from lubuntu 16.04 start menu > Programming > MySQL Workbench.

With mysql workbench you can connect to mysql database not only on the localhost, but also database from other place as long as it's on the same network as your computer.


No comments:

Post a Comment