How to Install MySQL on Ubuntu 16.04 LTS?IntroductionMySQL is a relational database that is used to store data. It is most widely used database provides set of advance features, management tools, technical support, scalability and security. It is a product of Oracle Corporation and first released on 23 may 1995. In this tutorial, we will install MySQL on Ubuntu 16.04 LTS. This whole process includes the following steps. Prerequisites
MySQL InstallationWe can use following command to install MySQL. ![]() ConfigurationAt the time of configuration, it will prompt for MySQL credentials. ![]() Provide password ![]() Confirm entered password. ![]() Login into MySQLuse the following command to login into MySQL. ![]() Well, we have successfully installed and logged in to MySQL. Extra InfoWe can use following commands to manage MySQL database. MySQL StatusUse the following command to check running status of MySQL. ![]() Start MySQLUse the following command to start MySQL database. Stop MySQLUse the following command to stop MySQL database. Restart MySQLUse the following command to restart MySQL database. Remove MySQLUse the following command to remove MySQL database. ![]() Use the following command to remove all packages that were installed automatically while installing MySQL database.
Next TopicHow To Install MariaDB In Ubuntu
|