Created
September 20, 2013 23:24
-
-
Save israelshirk/6645225 to your computer and use it in GitHub Desktop.
Switch from mysql 5.6 to percona 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
service mysql stop; yum -y remove MySQL-client MySQL-shared MySQL-server; yum -y install Percona-Server-shared-56.x86_64 Percona-Server-client-56.x86_64 Percona-Server-server-56.x86_64; service mysql start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment