Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created February 26, 2018 12:06
Show Gist options
  • Save hesoyamcode/9b8f098b942fc028c39d1395ed9475dc to your computer and use it in GitHub Desktop.
Save hesoyamcode/9b8f098b942fc028c39d1395ed9475dc to your computer and use it in GitHub Desktop.
Clean installation mysql server
sudo dpkg -P mysql-server mysql-server-5.7
sudo apt-get autoremove
sudo apt-get clean
dpkg -l | grep -i mysql
sudo rm -rvf /var/lib/mysql
# then install new mysql server
sudo apt-get install mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment