Last active
September 3, 2017 19:36
-
-
Save luizamboni/158ed52f17664994d37bf33dee0cad92 to your computer and use it in GitHub Desktop.
instal mysql 5.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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