程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> Redhat中快速安裝php/mysql

Redhat中快速安裝php/mysql

編輯:關於PHP編程

確保使用系統自帶的apache(Unix平台最流行的WEB服務器平台),從安裝光盤中找出所有以MySQL(和PHP搭配之最佳組合)及php(做為現在的主流開發語言)-MySQL(和PHP搭配之最佳組合)開頭的rpm包,然後運行
#rpm -ivh MySQL(和PHP搭配之最佳組合)*.rpm php(做為現在的主流開發語言)-MySQL(和PHP搭配之最佳組合)*.rpm; MySQL(和PHP搭配之最佳組合)_install_db; service MySQL(和PHP搭配之最佳組合) start

apache(Unix平台最流行的WEB服務器平台) + php(做為現在的主流開發語言):
[1] Install the all the component of "Web Server" group. If you have not installed "httpd" or if the php(做為現在的主流開發語言) support is not installed, you can just execute "redhat-config-packages" to get a user-friendly GUI to Add/Remove any packages.
[2] By default, the php(做為現在的主流開發語言)-MySQL(和PHP搭配之最佳組合) cooperation package will not be installed. Get the
RH8 disc 3 and install the rpm package: "php(做為現在的主流開發語言)-MySQL(和PHP搭配之最佳組合)-4.2.2-8.0.5.i386.rpm"
[3] Modify /etc/php(做為現在的主流開發語言).ini, change "register_globals = Off" to "register_globals = On"

MySQL(和PHP搭配之最佳組合):
[1] Install all the components of "Database Server" group. If you have not installed the MySQL(和PHP搭配之最佳組合) server, you can just use "redhat-config-packages" to add it.
(RH8 disc2 and disc3 are needed)
[2] Exceute the following commands:
# MySQL(和PHP搭配之最佳組合)_install_db
# service MySQL(和PHP搭配之最佳組合)d start
# MySQL(和PHP搭配之最佳組合)admin -u root password password

Installation of php(做為現在的主流開發語言) app:
[1] Extract any tools or applications written in php(做為現在的主流開發語言) to a directory.
[2] Copy all the contents to apache(Unix平台最流行的WEB服務器平台)s default document root, /var/www/html, and make sure the file "index.php(做為現在的主流開發語言)" is in the directory /var/www/html.

現在都是用單獨的一個配置文件,在/etc/httpd/conf.d/php(做為現在的主流開發語言).conf

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved