Answers for "failed to start mysql.service unit mysql.service not found. ubuntu"

1

failed to restart mysql.service: unit mysql.service not found.

# Try Uninstalling and Installing again

# Uninstall: 
sudo apt-get purge mysql-server
sudo apt-get autoremove
sudo apt-get autoclean

# Install:
sudo apt-get update
sudo apt-get install mysql-server
Posted by: Guest on April-16-2021

Code answers related to "failed to start mysql.service unit mysql.service not found. ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language