There are many graphical packages available to view MySQL data and perform database operations. You might not always have the ability to install a graphical package to work with the database so when you don't you can use the command line interface which is just as powerful and must faster! Command Line Interface You can … Continue reading Using the MySQL Command Line Interface
Tag: mysql
Installing MySQL on Ubuntu 16.04
Installing MySQL on Ubuntu is very straight forward using the command line package manager Apt. The following steps should be executed from the terminal. Installing MySQL First of all make sure the apt package manager is up to date by running the following command. sudo apt-get update This should just take a few moments and when … Continue reading Installing MySQL on Ubuntu 16.04