Skip to content

Instantly share code, notes, and snippets.

@luizamboni
Last active September 3, 2017 19:36
Show Gist options
  • Save luizamboni/158ed52f17664994d37bf33dee0cad92 to your computer and use it in GitHub Desktop.
Save luizamboni/158ed52f17664994d37bf33dee0cad92 to your computer and use it in GitHub Desktop.
instal mysql 5.6
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'
sudo apt-get update
sudo apt install mysql-server-5.6 -y
sudo apt install mysql-client-5.6 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment