E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
webtatic
Linux系统CentOS使用yum方式安装指定版本的PHP 添加yum源 从PHP5.3升级到5.4/5.5/5.6
yumlistinstalled|grepphp可以查看所有已安装的php软件使用yumremovephp……删除通过yumlistphp*查看是否有自己需要安装的版本,如果没有就需要添加第三方yum源,推荐安装
webtatic
FrancisSoung
·
2015-12-23 00:00
php
yum
centos
linux
CentOS 添加常用 yum 源
这里介绍几个源,Remi,RPMforge,EPEL, CentALT,
webtatic
,Nginx如果你是使用的国内主机,建议添加国内源,如网易,搜狐,中科大,中移动等等知道了系统版本与架构,就可以在源中找到对应的文件导入
yjyygywcw
·
2015-12-19 15:42
操作系统
release
CentOS 添加常用 yum 源
这里介绍几个源,Remi,RPMforge,EPEL, CentALT,
webtatic
,Nginx如果你是使用的国内主机,建议添加国内源,如网易,搜狐,中科大,中移动等等知道了系统版本与架构,就可以在源中找到对应的文件导入
yjyygywcw
·
2015-12-19 15:42
操作系统
release
CentOS 添加常用 yum 源
这里介绍几个源,Remi,RPMforge,EPEL,CentALT,
webtatic
,Nginx如果你是使用的国内主机,建议添加国内源,如网易,搜狐,中科大,中移动等等知道了系统版本与架构,就可以在源中找到对应的文件导入
yjyygywcw
·
2015-12-19 15:42
操作系统
release
应用部署
阿里云 apache+php+cron+memcached
httpd-devel //安装 chkconfig httpd on //开机自动启动 /etc/init.d/httpd start //启动服务安装php5.5rpm -Uvh http://mirror.
webtatic
.com
colin_86
·
2015-12-15 14:00
php5.3升级到5.5
最近一台网站服务器的php应用需要升级,原来的版本是5.3,现在要升级到5.5.用的是yum升级1,导入5.5的源#rpm-Uvhhttps://mirror.
webtatic
.com/yum/el6/
落叶刀
·
2015-12-03 13:00
yum安装lamp
rpm-Uvhhttps://mirror.
webtatic
.com/yum/el6/latest.rpmyuminstallphp54wphp54w-xmlphp54w-pearphp54w-gdphp54w-mbstringphp54w-ldapphp54w-xmlrpcphp54w-mysqlmod_auth_mysqlmod_perlmod_sslelinkscurlaprbind-uti
winterysea
·
2015-11-25 14:05
yum安装lamp
yum安装lamp
rpm-Uvhhttps://mirror.
webtatic
.com/yum/el6/latest.rpmyuminstallphp54wphp54w-xmlphp54w-pearphp54w-gdphp54w-mbstringphp54w-ldapphp54w-xmlrpcphp54w-mysqlmod_auth_mysqlmod_perlmod_sslelinkscurlaprbind-uti
winterysea
·
2015-11-25 14:05
yum安装lamp
常用YUM源
Packages for Enterprise Linux 的缩写,专门针对RHEL # 提供了很多企业应用的包 rpm -Uvh #或 yum install epel-release #
webtatic
世界呆
·
2015-11-12 19:00
阿里云 云服务器 CentOS 5.8 安装 php 5.4
1.安装php http://
webtatic
.com/packages/php54/ 2.安装mysql http://
webtatic
.com/packages/mysql55/ 3.修改mysql
·
2015-11-12 13:02
centos
Redhat 6 git 服务器 配置 (http)
1.安装git软件 推荐两个软件安装源: http://www.
webtatic
.com 里面主要是git, gitweb,gitolite http://repoforge.org
·
2015-11-07 14:57
redhat
php5.6 mysql5.5 yum 安装
更新镜像库:rpm-Uvh http://mirror.
webtatic
.com/yum/el6/latest.rpm删除服务器上的默认php版本:yumremovephp-common #Needtoremovethis
奔流城主
·
2015-11-04 09:00
PHP
mysql
yum
LAMP环境搭建
Centos5.4中Yum升级mysql5.1和php5.2(禁止php5.3)
找到一个yum源,有php5.2,方法如下: http://www.
webtatic
.com/blog/2009/06/php-530-on-centos-5/ rpm --import http:
·
2015-10-31 19:51
centos
mysql升级5.5
google了一下,找到个yum安装的方法:http://www.
webtatic
.com/packages/mysql55/ 先备份
·
2015-10-27 16:18
mysql
yum 安装mysql5.5
rpm-Uvhhttps://mirror.
webtatic
.com/yum/el6/latest.rpmyuminstallmysql55wmysql55w-server参考网址
colin_86
·
2015-10-23 23:00
yum 安装php5.5
rpm-Uvhhttp://mirror.
webtatic
.com/yum/el6/latest.rpmyuminstallphp55wphp55w-bcmathphp55w-cliphp55w-commonphp55w-develphp55w-fpmphp55w-gdphp55w-imapphp55w-ldapphp55w-mbstringphp55w-mcryptphp55w-mysqlphp
colin_86
·
2015-10-23 23:00
mysql升级
1、安装MySQL5.5.x的yum源:rpm-Uvh http://repo.
webtatic
.com/yum/centos/5/latest.rpm2、安装MySQL客户端的支持包:yuminstalllibmysqlclient15
xudate
·
2015-09-29 14:38
mysql升级
mysql升级
1、安装MySQL5.5.x的yum源:rpm-Uvh http://repo.
webtatic
.com/yum/centos/5/latest.rpm2、安装MySQL客户端的支持包:yuminstalllibmysqlclient15
xudate
·
2015-09-29 14:38
mysql升级
mysql升级
1、安装MySQL5.5.x的yum源:rpm-Uvhhttp://repo.
webtatic
.com/yum/centos/5/latest.rpm2、安装MySQL客户端的支持包:yuminstalllibmysqlclient15
xudate
·
2015-09-29 14:38
mysql升级
linux
MySQL 5.5 on CentOS/RHEL 6.7
From:https://
webtatic
.com/packages/mysql55/First,tosetuptheyumrepository,installthewebtatic-releaseRPMbasedonyourCentOS
luchuanjia
·
2015-08-21 11:19
mysql5.5
CentOS
MySQL 5.5 on CentOS/RHEL 6.7
From: https://
webtatic
.com/packages/mysql55/First,tosetuptheyumrepository,installthewebtatic-releaseRPMbasedonyourCentOS
luchuanjia
·
2015-08-21 11:19
mysql5.5
MySQL 5.5 on CentOS/RHEL 6.7
From: https://
webtatic
.com/packages/mysql55/First,tosetuptheyumrepository,installthewebtatic-releaseRPMbasedonyourCentOS
luchuanjia
·
2015-08-21 11:19
mysql5.5
centos6 php、mysql等升级
1.下载rpm运行文件rpm-Uvhhttp://mirror.
webtatic
.com/yum/el6/latest.rpm2.运行这个文件rpm-i latest.rpm3.yumlist会显示出新的列表
asif
·
2015-07-24 11:00
centos升级php及扩展的方法
2.4.5时要求php要5.3以上,源码装完php5.4后发现php的扩展不太好弄,网上找了yum安装php的方法:CentOS/RHEL6.x用添加yum源:#rpm-Uvhhttp://mirror.
webtatic
.com
sw5720
·
2015-07-17 12:31
php
经验技巧
centos升级php及扩展的方法
2.4.5时要求php要5.3以上,源码装完php5.4后发现php的扩展不太好弄,网上找了yum安装php的方法:CentOS/RHEL6.x用添加yum源:#rpm-Uvhhttp://mirror.
webtatic
.com
sw5720
·
2015-07-17 12:31
PHP
CentOS yum 安装 PHP 5.6.8
rpm-Uvhhttps://mirror.
webtatic
.com/yum/el7/epel-release.rpmrpm-Uvhhttps://mirror.
webtatic
.com/yum/el7
realghost
·
2015-05-24 10:00
centos
yum
centos6.4更新yum源来搭建高版本lamp环境
步骤一:更新yum源1.执行以下命令更新yum源为WebtaticEL6YUM源:rpm-Uvhhttp://repo.
webtatic
.com/yum/el6/latest.rpm步骤二
JoatECJTU
·
2015-04-18 19:00
yum安装lamp
安装php5-6
安装mysql5-5
更新yum源
PHP
Apache
mysql
Linux
LAMP
centos 5.11 yum 升级mysql 5.5
索性,直接到5.5吧1、安装MySQL5.5.x的yum源:rpm-Uvhhttp://repo.
webtatic
.com/y
ronin47
·
2015-04-16 09:00
mysql
yum
centos 5.11 yum 升级mysql 5.5
索性,直接到5.5吧1、安装MySQL5.5.x的yum源:rpm-Uvhhttp://repo.
webtatic
.com/y
ronin47
·
2015-04-16 09:00
mysql
yum
Cent6.5 64位yum安装mysql5.5
yum安装高版本mysql(5.5)1、导入mysql5.5yum源webtaticrpm-Uvhhttp://repo.
webtatic
.com/yum/centos/5/latest.rpm2、如果已安装低版本的
h5251032
·
2015-04-09 11:01
安装mysql5.5
Cent6.5
64位yum
Cent6.5 64位yum安装mysql5.5
yum安装高版本mysql(5.5)1、导入mysql5.5yum源webtaticrpm-Uvhhttp://repo.
webtatic
.com/yum/centos/5/latest.rpm2、如果已安装低版本的
h5251032
·
2015-04-09 11:01
安装mysql5.5
Cent6.5
64位yum
centos更新web开发相关源
rpm -Uvh https://mirror.
webtatic
.com/yum/el6/latest.rpm sudo yum install epel-release  
wudixiaotie
·
2015-03-27 15:00
centos
PHP 5.6 on CentOS/RHEL 7.0 and 6.6 via Yum
https://
webtatic
.com/packages/php56/ PHP 5.6.5 has been released on PHP.net
·
2015-03-09 13:00
centos
saltstack之
webtatic
rpm安装
webtatic
:主要供应最新LAMP等软件源(官网:https://www.
webtatic
.com/)今天,我用saltstack来安装其软件,也就是扩展一个yum仓库.以方便安装/更新lamp相关软件
hahazhu0634
·
2015-03-02 15:54
saltstack
saltstack之
webtatic
rpm安装
webtatic
:主要供应最新LAMP等软件源(官网:https://www.
webtatic
.com/)今天,我用saltstack来安装其软件,也就是扩展一个yum仓库.以方便安装/更新lamp相关软件
hahazhu0634
·
2015-03-02 15:54
saltstack
saltstack之
webtatic
rpm安装
webtatic
:主要供应最新LAMP等软件源(官网:https://www.
webtatic
.com/)今天,我用saltstack来安装其软件,也就是扩展一个yum仓库.以方便安装/更新lamp相关软件
hahazhu0634
·
2015-03-02 15:54
saltstack
SaltStack
[转] CentOS/RHEL 6 上使用 yum 安装PHP5.4
文章来源:PHP 5.4 on CentOS/RHEL 6.2 via Yum http://www.
webtatic
.com/packages/php54/ php5.4于2012年5月8
gxl_ct001
·
2015-01-22 12:00
centos
TOMCAT调优
TOMCAT调优安装ABrpm -ivh http://repo.
webtatic
.com/yum/centos/5/`uname -i`/
webtatic
-release-5-0.noarch.rpmyum
paulwong
·
2015-01-06 17:00
【资料整理】php通过yum
webtatic
安装
【资料整理】php通过yumwebtatic安装php通过yum
webtatic
安装。
aa443399
·
2014-12-24 18:00
PHP
webtatic
yum升级php到5.3
1.先查看当前php版本#php-v2.升级php版本#rpm--importhttp://repo.
webtatic
.com/yum/RPM-GPG-KEY-
webtatic
-andy#wget-P/
jasonjwl
·
2014-12-03 20:00
PHP
升级
在CentOS/RHEL 6.5上使用YUM安装PHP5.4或PHP5.5
安装PHP5.4rpm-Uvhhttp://repo.
webtatic
.com/yum/el6/latest.rpm yuminstallphp54w-------------------------
万里虎
·
2014-11-29 10:00
阿里云安装安装PHP5.5
阿里云安装PHP5.4
CentOS-5 yum安装mysql-5.5/5.1
的源默认提供mysql-5.0的rpm包,这有点旧了,下面由www.centos.bz提供yum安装mysql-5.5/5.1的方法1、导入第三方源webtaticrpm-Uvhhttp://repo.
webtatic
.com
isoleo
·
2014-11-12 10:14
mysql
CentOS-5 yum安装mysql-5.5/5.1
的源默认提供mysql-5.0的rpm包,这有点旧了,下面由www.centos.bz提供yum安装mysql-5.5/5.1的方法1、导入第三方源webtaticrpm-Uvhhttp://repo.
webtatic
.com
isoleo
·
2014-11-12 10:00
mysql升级5.5
google了一下,找到个yum安装的方法:http://www.
webtatic
.com/packages/mysql55/先备份一下:(非常重要)备份数据库文件:复制/var/lib/mysql/下的数据库文件到安全的目录
ifeixiang
·
2014-10-31 17:00
centos yum 安装 高版本 mysql(5.5)
阅读更多转的:先删除linux可能存在的mysql1、导入第三方源webtaticrpm-Uvhhttp://repo.
webtatic
.com/yum/centos/5/latest.rpm2、如果已安装低版本的
whxhz
·
2014-10-27 20:00
centos yum 安装 高版本 mysql(5.5)
转的: 先删除linux 可能存在的mysql 1、导入第三方源
webtatic
rpm -Uvh http://repo.
webtatic
.com/yum/centos/5/latest.rpm
whxhz
·
2014-10-27 20:00
centos
centos yum 安装 高版本 mysql(5.5)
转的: 先删除linux 可能存在的mysql #rpm -qa|grep mysql 1、导入第三方源
webtatic
rpm -Uvh http://repo.
webtatic
.com
hongmin118
·
2014-10-18 19:00
centos
在CentOS/RHEL 6.2上使用YUM安装PHP5.4
核心命令rpm -Uvh http://repo.
webtatic
.com/yum/el6/latest.rpm yum install php54w还有很多扩展,具体可以参照php5.5http
jamesrh
·
2014-10-07 15:33
服务器
魔术
特色
安全模式
centos 5.8 升级php5.1至5.3
1.先查看当前php版本#php-v2.升级php版本#rpm--importhttp://repo.
webtatic
.com/yum/RPM-GPG-KEY-
webtatic
-andy#wget-P/
bbdlg
·
2014-04-21 14:00
使用
webtatic
源升级php
方法2:使用
webtatic
源升级php【step1.安装
webtatic
源】1.rpm -Uvh http://repo.
webtatic
.com/yum/CentOS/5/latest.rpm关于
webtatic
jianbqj
·
2014-04-02 16:02
PHP
linux
yum
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他