>php教程 >php手册 >Centos升级php mysql

Centos升级php mysql

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-06 19:57:32990검색

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 今天晚上帮同学升级了一下他Centos服务器的php和mysql,google许久终于搞定,记录一下: 运行命令:wget http://syslogserver.googlecode.com/files/epel-release-5-3.noarch.rpm wget http://centosc

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入

  今天晚上帮同学升级了一下他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 查看

  然后运行命令

  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即可升级。

Centos升级php mysql

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.