知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Centos升级php mysql

发布时间:2014-09-05 16:01:44作者:知识屋


Centos升级php mysql
 
今天晚上帮同学升级了一下他Centos服务器的php和mysql,google许久终于搞定,记录一下:
 
运行命令:wget http://syslogserver.googlecode.com/files/epel-release-5-3.noarch.rpm
 
wget http://centoscn.googlecode.com/files/remi-release-5-7.el5.remi.noarch.rpm
  rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
 
上面两处下载地址可能随时间会有变化,具体可以上http://code.google.com/p/syslogserver/downloads/list 和 http://code.google.com/p/centoscn/downloads/list 查看
  www.zhishiwu.com  
然后运行命令
    vi /etc/yum.repos.d/remi.repo
在这个文件的最后增加一行:
    priority=1
保存退出
 
同理处理/etc/yum.repos.d/epel.repo和/etc/yum.repos.d/epel-testing.repo两个文件
再运行命令yum --enablerepo=remi update即可升级。
 
 
作者 陈煜
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜