Failed to restart mysql.service: Unit mysql.service is masked.
Hello,
I come over this little issue while downgrading my MySQL version. The fix is so concise it’s worth sharing:
systemctl unmask mysql.service
service mysql start
That’s it!
Another Web Development Blog
Hello,
I come over this little issue while downgrading my MySQL version. The fix is so concise it’s worth sharing:
systemctl unmask mysql.service
service mysql start
That’s it!