i ve read many posts how to use ssh and update php4 to php5 ,
well this is ok , i could update php4 to php5
but there is no instruction how to update mysql4.1 to mysql5
these steps were what if found and did but my mysql client and api version iare still 4.1 my php version is updated correctly to 5.2.8. please anyone who could give me a instruction.
here what i did:
rpm -ihv --nodeps
http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpmrpm -ihv --nodeps
http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpmrpm -ihv --nodeps
http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/sqlite-3.3.6-2.i386.rpmrpm -ivh --nodeps
http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpmrpm -ihv --nodeps
http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-2.4.3-4.el4.centos.noarch.rpmrpm -ivh
http://www.atomicorp.com/channels/atomic/centos/4/i386/RPMS/atomic-release-1.0-10.el4.art.noarch.rpmrpm --nodeps -e php-domxml
yum update php*
yum update mysql*
yum install php-xml
rpm -e `rpm -aq | grep yum`
################# changes in files #################################
-replace /etc/my.cnf with /etc/my.cnf.rpmnew
-replace /etc/php.ini with /etc/php.ini.rpmnew
-reboot server
########################## end ###################################