Skip to content

Instantly share code, notes, and snippets.

@israelshirk
Created September 20, 2013 23:24
Show Gist options
  • Save israelshirk/6645225 to your computer and use it in GitHub Desktop.
Save israelshirk/6645225 to your computer and use it in GitHub Desktop.
Switch from mysql 5.6 to percona 5.6
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