How to install MySQL in Ubuntu 22.04

 sudo apt update
sudo apt install mysql-server
sudo service mysql status
sudo mysql_secure_installation