I got stuck with the same issue. I uninstalled and reinstalled with these commands:
sudo apt-get --purge remove mysql-server mysql-common mysql-clientsudo apt update && sudo apt dist-upgrade && sudo apt autoremove sudo apt-get install mysql-server mysql-client