Yeah, this doesn’t need a reinstallation or anything like that. Try this:



sudo rm /lib/systemd/system/mysql.service
sudo systemctl enable mysql.service
sudo service mysql start


The...