Apache+php+mysql under Windows 64-bit system

Source: Internet
Author: User
Tags microsoft website

Environment construction

The first step:

64-bit system Apache, PHP, MySQL software download

apache2.4

http://www.apachelounge.com/download/win64/

php5.5

http://windows.php.net/qa/

PHP 5.5 (5.5.17RC1)

Just this version.

Mysql

http://www.mysql.com/downloads/mysql/

MySQL Community Server 5.6.20

This is the installation version of course you can download the ZIP package also

Step Two:

Apache2.4 to VC10 Library support

Microsoft Visual C + + SP1 Redistributable Package (x64)

PHP5.5 to VC11 Library support

Visual C + + redistributable for visual Studio Update 1

If your operating system is not available to download the installation on the Microsoft website

Installing the Software

PHP, Apache extract directly to the D drive, install MySQL according to the installation instructions.

(Installation software should be)

Step Three:

1. Configuration

Open D:\Apache24\conf under Httpd.conf file, open find C:\Apache24 Replace with Notepad D:\Apache24

Change DirectoryIndex index.html to DirectoryIndex index.html index.php index.htm

and add

# PHP5 support loadmodule Php5_module addhandler application /x-httpd- php .# Configure the path to Php.iniphpinidir "d:/php" 

Fourth Step:
Test Environment
D:/apache24/htdocs Create a new index.php with <?php phpinfo ();?> Save
to D:\Apache24\bin directory, double-click Phpd.exe Launch Apache
to open browser access: http://localhost/index.php

Environment setup OK.

If you're in trouble, use the integrated installation environment:

Baidu is the first one, and then download and install it.

Apache+php+mysql under Windows 64-bit system

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.