when I tried to install MySQL-Server-5.5.29, the rpm gives me error like below, could you please give me some help, thank you.
[root@apollo downloaded]# ls
httpd-2.4.3 httpd-2.4.3.tar MySQL-server-5.5.29-1.linux2.6.x86_64.rpm php-5.4.10 php-5.4.10.tar
[root@apollo downloaded]# rpm -ivh MySQL-server-5.5.29-1.linux2.6.x86_64.rpm
error: Failed dependencies:
mysql conflicts with MySQL-server-5.5.29-1.linux2.6.x86_64
mysql-server conflicts with MySQL-server-5.5.29-1.linux2.6.x86_64
MySQL conflicts with mysql-5.1.61-4.el6.x86_64
MySQL-server conflicts with mysql-server-5.1.61-4.el6.x86_64
I used yum install php to install it. however after I finished this installation, it shows the edition is only 5.3.3. (i got this information through the info.php page). But my the web site developer asked me at least prepare 5.4 for him. I have to upgrade it again.
Which way I should take? Can I use the same command as you provided above? Since the present edition was installed by yum, I am not sure rpm repository would recognize it.
My question is how to upgrade it from here? ,thank you a lot.
good, I will try it out this afternoon when I am vpn to office.
thanks and have a nice weekend.
Jason Yu
ASKER
I tried to run the above command as you instructed, it gives me this prompt:
[root@apollo downloaded]# rpm -Uvh MySQL-server-5.5.29-1.linux2.6.x86_64.rpm
error: Failed dependencies:
mysql conflicts with MySQL-server-5.5.29-1.linux2.6.x86_64
mysql-server conflicts with MySQL-server-5.5.29-1.linux2.6.x86_64
MySQL conflicts with mysql-5.1.66-2.el6_3.x86_64
MySQL-server conflicts with mysql-server-5.1.66-2.el6_3.x86_64
[root@apollo downloaded]#
Also, how to upgrade PHP version from 5.3.3 to 5.4.10. I downloaded php-5.4.10.tar. file and unzipped it. there is a folder there with the same name. The folder content is as follows:
thanks a lot, I will download the RPM package for PHP. Whichone should I run first to upgrade?
The developer is very annoying, he asked me to install these things exact the same version as he provided. I don't think there are lots of difference between versions.
thanks a lot.
Jason Yu
ASKER
After I upgrade, will it be working automatically or I need reconfigure it manually. I am not very good at LAMP setup, so kind of worry about it. thank you.
Which way I should take? Can I use the same command as you provided above? Since the present edition was installed by yum, I am not sure rpm repository would recognize it.
My question is how to upgrade it from here? ,thank you a lot.