MySQL
Installation
# Install MySQL
sudo apt update
sudo apt install mysql-server
# Start MySQL
sudo systemctl start mysql
# Check status
sudo systemctl status mysql
# Install MySQL
sudo apt update
sudo apt install mysql-server
# Start MySQL
sudo systemctl start mysql
# Check status
sudo systemctl status mysql