Repository details for PerconaDB – CentOS 5, 6 & Redhat 5, 6

To download and install PerconaDB on your server instead of MySQL the server must have a repo file which has PerconaDB details. Do follow the steps below to create a repo for PerconaDB.

Step 1 : Login to server via SSH as root.
Step 2 : Create Yum repository for PerconaDB
Create a file “Percona.repo”.

# vi /etc/yum.repos.d/Percona.repo
Add the following entries,

[percona]
name = CentOS $releasever - Percona
baseurl=http://repo.percona.com/centos/$releasever/os/$basearch/
enabled = 1
gpgkey = http://www.percona.com/redir/downloads/percona-release/RPM-GPG-KEY-percona
gpgcheck = 1

Click here for complete installation step for PerconaDB. 🙂

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

Leave a Reply

Your email address will not be published. Required fields are marked *