Problem scenario
You are using Debian or Ubuntu Linux and you want to install MySQL. What do you do?
Solutionsudo apt -y update
sudo apt -y install default-mysql-server mycli
sudo systemctl start mysql
A Technical I.T./DevOps Blog
Problem scenario
You are using Debian or Ubuntu Linux and you want to install MySQL. What do you do?
Solutionsudo apt -y update
sudo apt -y install default-mysql-server mycli
sudo systemctl start mysql