install mysql 5.7 ubuntu code example
Example 1: install mysql 5.7 ubuntu 20.04
sudo apt install -f mysql-client=5.7.32-1ubuntu18.04 mysql-community-server=5.7.32-1ubuntu18.04 mysql-server=5.7.32-1ubuntu18.04
Example 2: install mysql ubuntu
//follow this blog
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04