search
HomeBackend DevelopmentPHP Tutorial手动安装 WAMP 环境

原回答在 2014/04/30 由 user256743 发表于 http://superuser.com/questions/748117/how-to-manually-install-apache-php-and-mysql-on-windows

环境

我的系统是 Win7 32 位

如果你的系统是 64 的, 建议尽量下载并使用 64 位的各软件

你当然可以下载自己想要的版本的各软件, 也可以把各软件装到自己想要的目录中 但是为了方便, 建议完全跟着教程来

参考

  • http://httpd.apache.org/docs/current/platform/windows.html
  • http://www.php.net/manual/en/install.windows.apache2.php

准备

  1. 下载    Apache
  2. 下载    PHP
  3. 下载    MySQL
  4. [可选]下载    VS2012

安装

安装 Apache

解压 Apache 到 C 盘根目录, 解压完后目录应该像这样: C:\Apache24\bin

打开 cmd, 运行

cd C:\Apache24\binhttpd.exe``

如果不报错, 则说明安装正常

如果报找不到 MSVCR110.dll , 则需要安装 VS2012

如果报无法绑定 80 端口, 检查是否有其他程序占用 80 端口, 关闭之

如果报 Could not reliably determine the ... :

  • 打开 C:\Apache2\conf\httpd.conf
  • 找到 ServerName 这一行, 替换为:

    ServerName localhost

确保防火墙没有屏蔽 Apache

打开 http://localhost , 如果你看到 It Works 字样, 说明运行成功

如果你想要开机自动启动 Apache, 运行 httpd.exe -k install . 然后可以在 windows 服务中控制 Apache2.4, 让其自动启动

安装 PHP

在 C 盘根目录新建文件夹 PHP/ , 解压 PHP 压缩包 到此文件夹中完事儿后路径看上去是这样: C:\PHP\ext

在 C:\PHP 目录中, 重命名 php.ini-production 或者 php.ini-development 为 php.ini

打开 php.ini , 找到 extension_dir = "ext" 这一行并取消注释(去掉行前的 ;)

配置 Apache 使用 PHP

打开 C:\Apache24\conf\httpd.conf

在所有的 LoadModule 那些行的下面, 添加下列内容:

LoadModule php5_module C:/PHP/php5apache2_4.dll<IfModule php5_module>    DirectoryIndex index.html index.php    AddHandler application/x-httpd-php .php    PHPIniDir "C:/PHP"</IfModule>

进入 C:\Apache24\bin , 运行 httpd.exe , 如果没有错误产生, 说明配置正常

在 C:\Apache24\htdocs\ 下, 新建一个 phpinfo.php 文件, 内容如下:

<?php phpinfo(); ?>

打开 http://localhost/phpinfo.php , 如果你看到类似如下输出, 说明 PHP 解析正常:

[可选] 启用 PHP MySql 扩展

打开 C:\PHP\php.ini

找到 php_mysqli 或 php_pdo_mysql , 取消注释

现在, 你变可以使用 mysqli 或 PDO 来操作 MySQL 数据库了

安装 MySQL

双击下载的 MySQL 文件

选择 Developer default

安装时会让你配置 root 密码

安装完后, 可以右击右下角的 MySQL Notifier 图标, 禁用其开机自启动

DONE

你现在已经配置完成整个 WAMP 环境了

Statement
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
Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

PHP Logging: Best Practices for PHP Log AnalysisPHP Logging: Best Practices for PHP Log AnalysisMar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Explain the concept of late static binding in PHP.Explain the concept of late static binding in PHP.Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

Discover File Downloads in Laravel with Storage::downloadDiscover File Downloads in Laravel with Storage::downloadMar 06, 2025 am 02:22 AM

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

How to Register and Use Laravel Service ProvidersHow to Register and Use Laravel Service ProvidersMar 07, 2025 am 01:18 AM

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove

See all articles

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 Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.