Skip to content

Instantly share code, notes, and snippets.

@phamngsinh
Created July 12, 2016 12:46
Show Gist options
  • Select an option

  • Save phamngsinh/98b1045ca51a61e1c20651f9d60239a0 to your computer and use it in GitHub Desktop.

Select an option

Save phamngsinh/98b1045ca51a61e1c20651f9d60239a0 to your computer and use it in GitHub Desktop.
fix mysql server broken at upgrade ubuntu
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