LAMP環(huán)境搭建(自創(chuàng))

LAMP環(huán)境搭建(自創(chuàng))

ID:37846872

大?。?7.84 KB

頁數(shù):5頁

時間:2019-06-01

LAMP環(huán)境搭建(自創(chuàng))_第1頁
LAMP環(huán)境搭建(自創(chuàng))_第2頁
LAMP環(huán)境搭建(自創(chuàng))_第3頁
LAMP環(huán)境搭建(自創(chuàng))_第4頁
LAMP環(huán)境搭建(自創(chuàng))_第5頁
資源描述:

《LAMP環(huán)境搭建(自創(chuàng))》由會員上傳分享,免費在線閱讀,更多相關內容在教育資源-天天文庫。

1、常用命令rpm-Uvh*.rpm--nodeps--force不管關聯(lián)關系,直接強行安裝rpmtarczvfusr.tar.gz/home把home目錄下的文件壓縮成usr.tar.gzr==4w==2x==1--------------------------------------------------------------LAMP一、安裝gd21、準備好安裝包bzip2-develzlib-devellibjpeg-devellibpng-devellibtiff-develfreetype-developenssl

2、-devellibxml2-devellibgcjgettext-devel2、安裝gd2tarzxvfgd-2.0.35.tar.gz./configure--prefix=/soft/gd2makemakeinstall二、安裝apache2.0.55./configure--prefix=/soft/apache--enable-ssl--enable-so--enable-rewrite--enable-proxy--enable-modules=so--enable-mods-shared=all--disable-

3、cgid--disable-cgimakemakeinstall將apache設置為系統(tǒng)服務cp/soft/apache/bin/apachectl/etc/rc.d/init.d/httpd(提示覆蓋?Y)vi/etc/rc.d/init.d/httpd#!/bin/sh#chkconfig:23451090#description:ApacheisaWorldWideWebserverchkconfig--addhttpd(如果出現(xiàn)錯誤,看上面有沒有拼寫錯誤)chkconfighttpdonservicehttpdstar

4、tapache啟動servicehttpdstopapache停止servicehttpdrestartapache重新啟動輸入ip看有沒有歡迎界面!三、安裝MYSQLForLinuxV5.0.22.tar.gz./configure--prefix=/soft/mysql--without-bench--with-comment=Source--with-server-suffix=-enterprise-gpl--with-mysqld-user=postcn--without-debug--with-big-tables

5、--with-charset=utf8--with-collation=utf8_general_ci--with-extra-charsets=all--with-pthread--enable-static--enable-thread-safe-client--with-client-ldflags=-all-static--with-mysqld-ldflags=-all-static--enable-assembler--without-innodb--without-ndb-debug--enable-local-

6、infile--with-readline--with-raidgroupaddpostcn(userdel-rmysql)創(chuàng)建postcn新組useradd-gpostcnpostcn創(chuàng)建postcn用戶,并且設置在postcn組里makemakeinstallcpsupport-files/my-medium.cnf/etc/my.cnf把my.cnf(相當于windows下的my.ini)拷貝到etc下面cdmysql/bin./mysql_install_db--user=postcn創(chuàng)建mysql用戶postcnch

7、own-Rroot/soft/mysql#設定root能訪問/soft/mysqlchown-Rpostcn/soft/mysql/var/mysql#設定postcn用戶能夠訪問/var/mysqlchgrp-Rpostcn/soft/mysql#設定postcn組能訪問/soft/mysqlcpmysql.server/etc/rc.d/init.d/mysqld#support-files下的執(zhí)行下面的命令復制啟動腳本到資源目錄chmod+x/etc/rc.d/init.d/mysqld執(zhí)行下面的命令增加mysqld服務

8、控制腳本執(zhí)行權限chkconfig--addmysqld執(zhí)行下面的命令將mysqld服務加入到系統(tǒng)服務chkconfig--listmysqld執(zhí)行下面的命令檢查mysqld服務是否已經(jīng)生效servicemysqldstart注:ERROR2002:Can'tconnectt

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內容,確認文檔內容符合您的需求后進行下載,若出現(xiàn)內容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。