Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Installing MySQL 4.0.21 on CentOS-3
Posted by Philipp Esselbach on: 09/28/2004 05:20 PM [ Print | 0 comment(s) ]
Here a quick step by step guide about installing MySQL 4.0.21 on CentOS-3 and other RHEL3 compatible distributions. You need to have all development tools installed.
First, open a terminal window and switch to root
Download the MySQL source package
Rebuild the package using rpmbuild
The MySQL packages are now ready to install. Change to the RPMS directory
and install the packages
Now you can start the MySQL service
MySQL 4.0.21 is now up and running
First, open a terminal window and switch to root
su -
Download the MySQL source package
wget ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.0/MySQL-4.0.21-0.src.rpm
Rebuild the package using rpmbuild
rpmbuild --rebuild MySQL-4.0.21-0.src.rpm
The MySQL packages are now ready to install. Change to the RPMS directory
cd /usr/src/redhat/RPMS/i386
and install the packages
rpm -Uvh --nodeps MySQL-server-4.0.17-0.i386.rpm
rpm -Uvh MySQL-shared-compat-4.0.17-0.i386.rpm
rpm -Uvh MySQL-client-4.0.17-0.i386.rpm
rpm -Uvh MySQL-shared-compat-4.0.17-0.i386.rpm
rpm -Uvh MySQL-client-4.0.17-0.i386.rpm
Now you can start the MySQL service
service mysql start
MySQL 4.0.21 is now up and running
Related Threads
10/19/2010 02:05 PM: Ububtu 10.04 not installing (1) by Philipp
02/18/2010 05:23 AM: installing Eclipse on Fedora12 (0) by Kapil Gupta
01/11/2008 10:08 AM: Need help installing a keygen (1) by danleff
12/03/2007 09:06 AM: Installing RPMs on RHEL4 (1) by danleff
03/01/2008 08:14 PM: Need Help Unistialling Linux and Reinstalling XP (4) by danleff
08/31/2007 11:12 AM: Problems installing unbuntu 7.04 (3) by janfebmar
08/19/2007 08:34 AM: Installing Rome:Total War (1) by danleff
08/10/2011 03:50 AM: Installing Nvidia Video card drivers (3) by jimsing59
10/19/2006 10:39 PM: Installing mandrake linux 07 (11) by danleff
10/04/2006 01:47 PM: Installing programs (7) by Fred3921
02/18/2010 05:23 AM: installing Eclipse on Fedora12 (0) by Kapil Gupta
01/11/2008 10:08 AM: Need help installing a keygen (1) by danleff
12/03/2007 09:06 AM: Installing RPMs on RHEL4 (1) by danleff
03/01/2008 08:14 PM: Need Help Unistialling Linux and Reinstalling XP (4) by danleff
08/31/2007 11:12 AM: Problems installing unbuntu 7.04 (3) by janfebmar
08/19/2007 08:34 AM: Installing Rome:Total War (1) by danleff
08/10/2011 03:50 AM: Installing Nvidia Video card drivers (3) by jimsing59
10/19/2006 10:39 PM: Installing mandrake linux 07 (11) by danleff
10/04/2006 01:47 PM: Installing programs (7) by Fred3921
