Last active
March 22, 2017 22:06
-
-
Save jpvf/899b7f69aaa2fa4d6a418c13dfa00120 to your computer and use it in GitHub Desktop.
sources
This file contains 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
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb | |
dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb | |
apt-get update | |
apt-get install percona-server-server-5.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment