Windows Build Wamp (win Apache MySQL PHP) environment

Source: Internet
Author: User

First, download the required software

1. Download Apache software http://apache.dataguru.cn/httpd/binaries/win32/

2. Download MySQL software http://dev.mysql.com/downloads/windows/installer/5.6.html

3, download the PHP VC6 version of the software http://www.jb51.net/softs/133031.html

Second, install Apache and MySQL software, follow the wizard installed here is not to repeat, directly decompression PHP, the php.ini-development file changed to php.ini,php without installation

Third, modify the Apache configuration file httpd.conf

1, add a line configuration Loadmodule php5_moudle diameter/php5apache2_2.dll

(Note: Php5apache2_2.dll This file in the PHP unzipped folder inside, here to fill in the path of Php5apache2_2.dll is good)

2. Add: Phpinidir "The path of the php.ini file is located"

3. Add Type application/x-httpd-php. php. phtml(specified by PHP to process *.php files)

Iv. Modifying the PHP configuration file

1. Modify Extension_dir = "D:/wamp/php-5.3.5/ext" To specify the correct location for PHP expansion pack storage

2, Extension=php_mysql.dll Remove the previous comment symbol, the support MySQL extension can connect MySQL function

V. Restart the Apache server, then manually configure the WAMP environment successfully!

Note: It is best to test the success of each software installation individually before continuing with the next software installation!



This article is from a "simple" blog, so be sure to keep this source http://ss991.blog.51cto.com/3964361/1566329

Windows Build Wamp (win Apache MySQL PHP) environment

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.