How To Install MySQL on Ubuntu 20.04 | DigitalOcean
check if mysql is running systemctl list-units --type=service --state=running or
grant acces to user
open port in firewall for external communication
Run SQL file in MySQL database from terminal? (tutorialspoint.com)