Example of actual combat _php deployment Apache+php+mysql under Windows

Source: Internet
Author: User

Official Download Address:
MySQL http://www.mysql.com/downloads/mysql/find an MSI file down. Apache http://httpd.apache.org/download.cgi
PHP http://windows.php.net/download/

First of all, MySQL, (here is a slot for MySQL acquired by Oracle)

One step down, no more configuration

And then install Apache,

is also one step down

Install PHP (I'm lazy I'm proud to find that installer file on the PHP download page ...) The slot may not be the latest Version = =~)

Download page

Installation Note

Others to keep in mind:

In fact, the above is all about the wrangling, the following is what I want to remember

1.PHP and IIS combined attention

Edit this value in IIS Manager

2.PHP and Apache combined, Apache config file changes

Add in C:\Program files\apache Software foundation\apache2.2\conf\httpd.conf

Copy Code code as follows:

Phpinidir "D:\Program files\php\"
LoadModule php5_module "D:\Program files\php\php5apache2_2.dll"

3.Apache config to workspace (easy for Eclipse debugging)

In C:\Program files\apache Software foundation\apache2.2\conf\httpd.conf Modified

Copy Code code as follows:

DocumentRoot "D:\workspaces"

......

<directory "D:\workspaces" >

4. Set the default encoding for PHP

Add modified to C:\Program Files\php\php.ini

Default_charset = "gb2312"
If you feel the configuration is troublesome, you can use Phpnow or APMSEVR to quickly build the PHP running environment

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.