#!/bin/sh#一键安装php#xiaogao20190921#安装依赖包:yuminstallzliblibxmllibjpegfreetypelibpnggdcurllibiconvzlib-devellibxml2-devellibjpeg-develfreetype-devellibpng-develgd-develcurl-devellibxslt-developenssl*-y#上面安装完还是没有libiconv库,需要编译安装libico..
分类:
Web程序 时间:
2015-09-21 19:45:43
阅读次数:
183
#!/bin/sh#一键安装单实例mysql#xiaogao20190921#创建相关mysql用户groupaddmysqluseradd-s/sbin/nologin-gmysql-Mmysqltail-1/etc/passwd#安装mysql依赖库yum-yinstallncurses-devel#开启安装mysql,记得先上传安装包到/home/lvnian/tools/cd/home/lvnian/tools/tarzxfmysql-5..
分类:
数据库 时间:
2015-09-21 19:43:25
阅读次数:
193
来源:http://www.laozhe.net/302.html 一般情况下,安装的都是最新的正式版,除非你有特殊需求,要安装指定的版本,本文暂不讨论。从最基础的开始,一点点完成一个可用的 Linux 主机。这里就开始介绍如何在 CentOS 6.0 上安装 LAMP 组件。经过如下语句安装,目....
分类:
Web程序 时间:
2015-09-16 23:18:09
阅读次数:
260
一、安装Centos 官网下载Centos 7刻录成光盘后安装二、安装apache yum install httpd #根据提示,输入Y安装即可成功安装 systemctl start httpd.service #启动apache systemctl stop httpd.service #停止...
分类:
其他好文 时间:
2015-09-06 12:36:11
阅读次数:
146
首先安装httpd相关软件包yuminstallhttpdhttpd-develhttpd-manualhttpd-tools-y启动httpd服务servicehttpdrestart将httpd服务添加到开机自启动chkconfighttpdon此时在浏览器中输入本机ip已经能打开apache测试网站,注意修改防火墙策略安装mysqlyuminstallmysqlmysql-develphp-m..
分类:
Web程序 时间:
2015-09-05 09:55:55
阅读次数:
196
软件版本:apache2.2.31版本下载:http://mirrors.sohu.com/apache/httpd-2.2.31.tar.gzmysql5.1.72版本下载:http://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.72-linux-x86_64-glibc23.tar.gzphp5.3.28版本下载:http://mirrors.sohu.com/php/php-5.3.28.tar.gz安装LAMP之..
分类:
其他好文 时间:
2015-09-01 00:05:25
阅读次数:
252
软件版本:apache2.2.31版本下载:http://mirrors.sohu.com/apache/httpd-2.2.31.tar.gzmysql5.1.72版本下载:http://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.72-linux-x86_64-glibc23.tar.gzphp5.3.28版本下载:http://mirrors.sohu.com/php/php-5.3.28.tar.gz安装LAMP之..
分类:
其他好文 时间:
2015-09-01 00:03:26
阅读次数:
204
软件版本:nginx1.6.2版本下载:http://mirrors.sohu.com/nginx/nginx-1.6.2.tar.gzmysql5.1.72版本下载:http://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.72-linux-x86_64-glibc23.tar.gzphp5.4.37版本下载:http://mirrors.sohu.com/php/php-5.4.38.tar.bz2安装LAMP之前..
分类:
系统相关 时间:
2015-09-01 00:00:56
阅读次数:
277
1、nginx编译安装2、PHP编译安装3、mysql编译安装4、NGINX配置模板5、CentOS 6.4 php-fpm 添加service 添加平滑启动/重启
分类:
系统相关 时间:
2015-08-28 00:33:34
阅读次数:
160
纯源码编译安装LAMP,linux,httpd,php,mysql源码编译安装教程目标:使用源码编译安装的LAMP,运行php网页基础代码日期:2015年08月19日联系邮箱:linux_lcl@163.comQQ群:18511570151CTO博客首页:http://990487026.blog.51cto.com做一个对读者负责的博主。安装一个和我一样..
分类:
数据库 时间:
2015-08-19 17:19:28
阅读次数:
157