Skip to main content

MySQL

Installation

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