Created
July 25, 2016 02:44
-
-
Save seanparker39/0b7d088265b8b575944ac3b42011b550 to your computer and use it in GitHub Desktop.
Mysql error install at ubuntu 16
This file contains 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.1 | |
sudo apt-get autoremove | |
sudo apt-get clean | |
dpkg -l | grep -i mysql | |
sudo rm -rvf /var/lib/mysql | |
sudo apt-get install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment