首页 > 后端开发 > php教程 > Redhat中快速安装php/mysql

Redhat中快速安装php/mysql

WBOY
发布: 2016-06-01 14:26:46
原创
1063 人浏览过
确保使用系统自带的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
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板