MySQL
MySQL is an open-source relational database management system (RDBMS).
Installation
To install it in command line :
Credentials of the root user
Username : root
Password : devopstask
In order to change some of the less secure default options for things like remote root logins and sample users , we execute the included security script with :
In this process we :
allow removal of anonymous users
restrict root user to only connect from localhost
remove the test database
To test that MySQL is properly installed and run well
The output would look like
Last updated
Was this helpful?