RHEL/CentOS
Instructions for MariaDB 5.2 (new release)
Install the OurDelta release RPM :
rpm -ivh http://master.ourdelta.org/yum/CentOS-MariaDB52/ourdelta-release-5-1.noarch.rpm
You’re done. From that, proceed to install the MariaDB packages as usual, using yum:
For server installs:
yum install MariaDB-server
For client connectivity:
yum install MariaDB-client
This version of MariaDB does not conflict with any prior installation of MySQL.
Instructions for MySQL 5.0 and MariaDB up to 5.1 (obsolete packages)
Install the YUM ProtectBase plug-in, get the initial sign key, and then the OurDelta release RPM containing YUM repo/mirror files and GPG key: RHEL/CentOS 4: yum install yum-plugin-protectbase RHEL/CentOS 5: yum install yum-protectbase rpm --import http://master.ourdelta.org/deb/ourdelta.gpg Note: You must add protect=0 to all other repos in all .repo files or any repos that you have in /etc/yum.conf if you want them unprotected, otherwise they belong to the group.protect=1
MariaDB 5.1 and Upgrading
Packages
- MySQL-OurDelta-server
- MySQL-OurDelta-shared
- MySQL-OurDelta-client
- MySQL-OurDelta-devel
- MySQL-OurDelta-test
- MySQL-OurDelta-debuginfo
- MySQL-OurDelta-Sail-… same as above for the bleeding edge build.
- MariaDB-OurDelta-… same as above for MariaDB 5.1
| OS/Distro | Version | Architecture | Download | |
|---|---|---|---|---|
| RHEL/CentOS | 4 | i386 | RPM | SRPM |
| RHEL/CentOS | 4 | x86_64 | RPM | |
| RHEL/CentOS | 5 | i386 | RPM | SRPM |
| RHEL/CentOS | 5 | x86_64 | RPM | |
This is work-in-progress. You may not see your OS/distro/arch here yet.
April 15th, 2009 at 5:04 am
Currently, we are upgrading the existing mysql-5.0.22.1 to the OurDelta Mysql build
January 30th, 2012 at 5:32 pm
Success – replace default MySQL 5.0.x with MariaDB 5.2.x on CentOS 64-bit 5.x following the OurDelta yum recipe above. Thanks!