This is tutorial How to Install MySQL on CentOS 5 32bit VPS
Install Remi repository:
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
Install MySQL on CentOS:
# yum --enablerepo=remi,remi-test install mysql mysql-server
Start MySQL server
# service mysqld start
Autostart MySQL on boot
How to Install MySQL on CentOS 5
4/
5
Oleh
Admin