Skip to content

Instantly share code, notes, and snippets.

@seanparker39
Created July 25, 2016 02:44
Show Gist options
  • Save seanparker39/0b7d088265b8b575944ac3b42011b550 to your computer and use it in GitHub Desktop.
Save seanparker39/0b7d088265b8b575944ac3b42011b550 to your computer and use it in GitHub Desktop.
Mysql error install at ubuntu 16
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