Does anyone know what is the best way to install MySQL 3.23 on Centos 4.1 ?
Thanks.
On Sat, 2005-08-20 at 11:57 +0200, SCALA SISTEMAS, S.L. wrote:
Does anyone know what is the best way to install MySQL 3.23 on Centos 4.1 ?
Thanks.
I would try really hard to use mysql 4 ... but if you can not, I would start by trying to build the CentOS-3 SRPM on a CentOS-4.1 machine.
There are 3.23 RPMS here that might work, but there have been security updates since then: http://ftp.redhat.com/pub/redhat/linux/beta/nahant-beta2/en/AS/
Assuming you're not satisified with the newer mysql already in Centos4,
I'd try grabbing a src.rpm from Centos 3 and rebuilding it...
The following looks most promising:
http://mirror.centos.org/centos-3/3/os/SRPMS/mysql-3.23.58-16.RHEL3.1.src.rp...
download and "rpmbuild --rebuild ...src.rpm" and see if it works :) [and fix up what doesn't :)]
[you'll need gperf installed to build]
from my experimentation it seems to build OK, don't know if it installs/works though..
Cheers,
MaZe.
On Sat, 20 Aug 2005, SCALA SISTEMAS, S.L. wrote:
Does anyone know what is the best way to install MySQL 3.23 on Centos 4.1 ?
Thanks.