Difference between revisions of "How to install Percona Database Server"
From Brian Nelson Ramblings
(→Testing the Percona Repo) |
(→First you will want to install the repo) |
||
Line 13: | Line 13: | ||
Now you can run | Now you can run | ||
− | yum install Percona-Server-server-56 | + | yum install Percona-Server-server-56 Percona-Server-client-56 |
This will install Percona's Server 5.6 package. | This will install Percona's Server 5.6 package. |
Revision as of 23:50, 15 November 2013
Contents
How to install Percona Database Server
You have heard of all the performace increases by using Percona over normal MySQL.
Now you want to install Percona on your Centos system.
First you will want to install the repo
rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
Now you can run
yum install Percona-Server-server-56 Percona-Server-client-56
This will install Percona's Server 5.6 package.
Testing the Percona Repo
Make sure the packages are downloadable from the Repo
yum list | grep percona
You will see something like:
Percona-Server-server-51.x86_64 5.1.72-rel14.10.597.rhel6 percona Percona-Server-server-55.x86_64 5.5.34-rel32.0.591.rhel6 percona Percona-Server-server-56.x86_64 5.6.14-rel62.0.483.rhel6 percona Percona-Server-shared-51.x86_64 5.1.72-rel14.10.597.rhel6 percona Percona-Server-shared-55.x86_64 5.5.34-rel32.0.591.rhel6 percona