How Do You Install MySQL on a Debian/Ubuntu Linux Server?

Problem scenario
You are using Debian or Ubuntu Linux and you want to install MySQL. What do you do?

Solution
sudo apt -y update
sudo apt -y install default-mysql-server mycli
sudo systemctl start mysql

Leave a comment

Your email address will not be published. Required fields are marked *