Home php教程 php手册 基于Windows下Apache PHP5.3.1安装教程

基于Windows下Apache PHP5.3.1安装教程

Jun 13, 2016 pm 12:18 PM
apache windows Down download based on Install recommend Tutorial most Version

都是下载最新的推荐版本,原来并没想到发到坛子来,所以并没有截图,后来总结到记事本的时候发现还是有蛮多问题的,所以就共享出来,希望对大家
有所帮助。在做实验的时候,我也参考了坛子里其他的前辈写的教程,在此多谢了。步骤写得比较简略,但重要
的东西基本都写出来了,有不明白的可以借助搜索引擎,如果我在线,我也会尽力解答的。
安装过程如下:
①手动安装:
  (1)按提示安装Apache 2.2.14,有两种版本(具体有什么区别网上有答案),都行的,安装在C:\WAMP\Apache2.2.14。
  (2)解压php-5.3.1-Win32-VC6-x86.zip(选择VC6,Thread Safe版本)到C:\WAMP\PHP5.3.1中。
  (3)打开httpd.conf,添加以下三行:
  LoadModule php5_module C:/WAMP/PHP5.3.1/php5apache2_2.dll
  PHPIniDir "C:/WAMP/PHP5.3.1"
  AddType application/x-httpd-php .php .phtml
  找到
  DirectoryIndex index.html
  改为:
  DirectoryIndex index.html index.php
  
  (4)设置环境变量:C:\WAMP\PHP5.3.1;C:\WAMP\PHP5.3.1\ext;
  还可以把C:\WAMP\Apache2.2.14\bin也添加进去,这样如果Apache出错就可以
  直接在命令控制台中打命令调试。
  (5)修改php.ini:
  找到extension_dir,设置为extension_dir = "C:/WAMP/PHP5.3.1/ext"
  找到以下extension:
  ;extension=php_gd2.dll
  ;extension=php_mbstring.dll
  ;extension=php_mysql.dll
  ;extension=php_mysqli.dll
  去掉之前的分号。这个根据需要去掉前面的分号。
  (6)重启Apache,写个有PHP语句的php网页测试。
  (7)解压mysql-noinstall-5.1.41-win32.zip到C:\WAMP\MySQL5.1.41中
  (8)把my-large.ini改名为my.ini,找到[mysqld]添加如下语句:
  #set default language
  default-character-set=gbk
  #set basedir to your installation path
  basedir=C:/WAMP/MySQL5.1.41
  #set datadir to the location of your data directory
  datadir=C:/WAMP/MySQL5.1.41/data
  (9)先设置环境变量:C:\WAMP\MySQL5.1.41\bin,然后打开命令窗口,输入:
  mysqld --install MySQL --defaults-file=C:\WAMP\MySQL5.1.41\my.ini
  安装完成后在命令窗口输入:mysql -u root
  设置root帐户密码:set password for 'root'@'localhost' = password('123456');
  这样之后就可以使用mysql了,重启Apache,写个php网页测试。
  (10)根据提示安装ZendOptimizer-3.3.0a-Windows-i386.exe。
  (11)解压phpMyAdmin-3.2.4到C:\WAMP\Apache\htdocs\phpMyAdmin中。
  (12)打开文件config.sample.inc.php,寻找到代码行:
  // $cfg['Servers'][$i]['controluser'] = 'pma';
  // $cfg['Servers'][$i]['controlpass'] = 'pmapass';
  改为:
  $cfg['Servers'][$i]['controluser'] = 'root';
  $cfg['Servers'][$i]['controlpass'] = '123456';
  注意:如果需要通过远程服务器调试使用phpMyAdmin,不能让blowfish_secret内容为空。
  可以随便设置一个字符串。
  (13)以config.inc.php保存在同一目录下,现在可以在浏览器中使用phpMyAdmin了。
  至此,手动安装完毕。
  ************************************************************************************
  #####################################################################
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  ②自动安装:
  (1)按提示安装Apache 2.2.14,有两种版本(具体有什么区别网上有答案),都行的,安装在C:\WAMP\Apache2.2.14。
  (2)运行php-5.3.1-Win32-VC6-x86.msi(选择VC6,Thread Safe版本),安装在C:\WAMP\PHP5.3.1中。
  (3)安装完后在网上找到ntwdblib.dll这个文件,放在C:\WAMP\PHP5.3.1目录中(不推荐这种做法)。
  或者打开php.ini,注释掉下面的一句(就是在前面加个分号,如果已经被注释了那更好):
  extension=php_mssql.dll
  然后重启Apache,这时应该就可以了(如果直接重启Apache,有可能出错)。
  写个php网页测试下。
  (4)运行mysql-5.1.41-win32.msi,安装在C:\WAMP\MySQL5.1.41中。
  (5)重启Apache,新建一个php网页,连接一下MySQL以验证是否安装成功。
  (6)解压phpMyAdmin-3.2.4到C:\WAMP\Apache\htdocs\phpMyAdmin中。
  (7)打开文件config.sample.inc.php,寻找到代码行:
  // $cfg['Servers'][$i]['controluser'] = 'pma';
  // $cfg['Servers'][$i]['controlpass'] = 'pmapass';
  改为:
  $cfg['Servers'][$i]['controluser'] = 'root';
  $cfg['Servers'][$i]['controlpass'] = '123456';
  注意:如果需要通过远程服务器调试使用phpMyAdmin,不能让blowfish_secret内容为空。
  可以随便设置一个字符串,最好是设置一个字符串。
  (8)以config.inc.php保存在同一目录下,现在可以在浏览器中使用phpMyAdmin了。
  至此,自动安装完毕。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated? How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated? Feb 21, 2025 pm 10:54 PM

The way to update ByBit exchanges varies by platform and device: Mobile: Check for updates and install in the app store. Desktop Client: Check for updates in the Help menu and install automatically. Web page: You need to manually access the official website for updates. Failure to update the exchange can lead to security vulnerabilities, functional limitations, compatibility issues and reduced transaction execution efficiency.

Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node? Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node? Mar 05, 2025 pm 05:57 PM

Detailed explanation and installation guide for PiNetwork nodes This article will introduce the PiNetwork ecosystem in detail - Pi nodes, a key role in the PiNetwork ecosystem, and provide complete steps for installation and configuration. After the launch of the PiNetwork blockchain test network, Pi nodes have become an important part of many pioneers actively participating in the testing, preparing for the upcoming main network release. If you don’t know PiNetwork yet, please refer to what is Picoin? What is the price for listing? Pi usage, mining and security analysis. What is PiNetwork? The PiNetwork project started in 2019 and owns its exclusive cryptocurrency Pi Coin. The project aims to create a one that everyone can participate

Coinsuper exchange software channel official website entrance Coinsuper exchange software channel official website entrance Feb 21, 2025 pm 10:39 PM

The official website entrance of the Coinsuper Exchange: https://www.coinsuper.com. The client download channels are: Windows client, macOS client, and mobile (iOS/Android). Registration requires an email, mobile phone number and password, and you need to complete real-name authentication before you can trade. The platform provides a variety of digital asset transactions, including Bitcoin, Ethereum, etc., with the transaction fee rate of 0.1% for both orders and acceptors. Security safeguards include cold wallet storage, dual-factor verification, anti-money laundering and anti-terrorism financing measures, and with security public

The latest version download of gate.io The latest version download of gate.io Mar 05, 2025 pm 07:51 PM

Need to download the Gate.io app to start your cryptocurrency journey? This guide details the latest version download steps for iOS, Android, and Windows devices. Simply visit the official website, find the download link and select the appropriate option based on your device. For iOS, it will go directly to the App Store, while Android and Windows users will download the APK or installer for manual installation. Once installed, you can launch the app and set up your account to step into the world of cryptocurrency.

How to download turbo virtual currency exchange How to download turbo virtual currency exchange Feb 21, 2025 pm 10:03 PM

Turbo Virtual Currency Exchange is a well-known digital asset trading platform that provides a variety of convenient trading services and a rich cryptocurrency trading pairs. If you want to download the Turbo virtual currency exchange, you can follow the tutorial below to quickly and easily experience the convenience of digital currency trading.

How to solve the problem of third-party interface returning 403 in Node.js environment? How to solve the problem of third-party interface returning 403 in Node.js environment? Mar 31, 2025 pm 11:27 PM

Solve the problem of third-party interface returning 403 in Node.js environment. When we use Node.js to call third-party interfaces, we sometimes encounter an error of 403 from the interface returning 403...

What kind of disk-viewing software is used for Bitcoin What kind of disk-viewing software is used for Bitcoin Mar 17, 2025 pm 04:27 PM

Choosing the right Bitcoin market viewing software is crucial, it can help investors grasp market conditions in real time and make smarter investment decisions. This article will guide you how to make a choice, covering personal needs assessment (trading frequency, analysis depth, information needs and budget), software type selection (exchange interface, professional software, market website/APP), core functional considerations (data reliability, chart tools, custom settings, community communication and platform compatibility), and direction recommendations (maturity financial platform, cryptocurrency aggregation platform, community recommendation software). Finally, it is recommended that you try a few more software and compare it to choose the tool that best suits your needs. Please remember that software is only an auxiliary tool, and you must be cautious when investing at your own risk.

How to download okx trading platform How to download okx trading platform Mar 26, 2025 pm 05:18 PM

The OKX trading platform can be downloaded through mobile devices (Android and iOS) and computers (Windows and macOS). 1. Android users can download it from the official website or Google Play, and they need to pay attention to security settings. 2. iOS users can download it through the App Store or follow the official announcement to obtain other methods. 3. Computer users can download the client of the corresponding system from the official website. Always make sure to use official channels when downloading, and register, log in and security settings after installation.

See all articles