MySQL
MySQL is an open-source relational database management system (RDBMS).
Installation
$ sudo apt-get install mysql-serverCredentials of the root user
$ mysql_secure_installation$ systemctl status mysql.service● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-11-13 17:03:23 UTC; 13min ago
Main PID: 13755 (mysqld)
CGroup: /system.slice/mysql.service
└─13755 /usr/sbin/mysqld
Nov 13 17:03:22 ip-172-31-42-151 systemd[1]: Starting MySQL Community Server...
Nov 13 17:03:23 ip-172-31-42-151 systemd[1]: Started MySQL Community Server.Last updated
Was this helpful?