Skip to content

Instantly share code, notes, and snippets.

@bilashcse
Created January 2, 2017 09:27
Show Gist options
  • Save bilashcse/344a94623f0c5c32338e07d30492aa1b to your computer and use it in GitHub Desktop.
Save bilashcse/344a94623f0c5c32338e07d30492aa1b to your computer and use it in GitHub Desktop.
mysql 5.5 to 5.6 upgrade
To install you have to do the following:
sudo apt-get purge mysql-server-5.5 mysql-client-5.5
sudo apt-get autoremove
sudo apt-get install mysql-server-5.6 mysql-client-5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment