Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Last active June 12, 2017 22:21
Show Gist options
  • Select an option

  • Save gabidavila/e4ecb20ee6a58d972b15a4b690a210a4 to your computer and use it in GitHub Desktop.

Select an option

Save gabidavila/e4ecb20ee6a58d972b15a4b690a210a4 to your computer and use it in GitHub Desktop.

YOU WILL LOSE ALL DATA

sudo service mysql stop
wget https://dev.mysql.com/get/mysql-apt-config_0.8.6-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.6-1_all.deb
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt autoremove
sudo apt-get autoclean
sudo apt-get install mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment