Created
July 12, 2016 12:46
-
-
Save phamngsinh/98b1045ca51a61e1c20651f9d60239a0 to your computer and use it in GitHub Desktop.
fix mysql server broken at upgrade ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dpkg -P mysql-server mysql-server-5.x | |
| sudo apt-get autoremove | |
| sudo apt-get clean | |
| dpkg -l | grep -i mysql | |
| sudo rm -rvf /var/lib/mysql | |
| sudo apt-get install mysql-serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment