Friday, January 1, 2016

MySQL Workbench is our best friend

When working with MySQL database, like for example finding the right query, we need tools that can help us run the query easily, a graphical application would be appreciated.

MySQL does comes with command line interface (CLI), but it is not ideal for finding complex query, we need a better tool, one program that i believe everybody loves is MySQL workbench.

MySQL workbench is a free app (at least on ubuntu) for managing MySQL database, it is super nice and very handy once you know how to use it.

On ubuntu machine you can install MySQL workbench with this command:
sudo apt-get install mysql-workbench



No comments:

Post a Comment