Apache+php+mysql Latest Version Installation

Source: Internet
Author: User
Tags mysql latest version

The previous essay briefly introduces the way to install Apache,php,mysql by installing Appserv one-time, but the disadvantage of installation is that although it is simple, it cannot be updated by software alone, which leads to inconvenient, so now I try to install the individual software and configure it again.

1. The first is to recommend a very good online article, related links are as follows: http://blog.csdn.net/lyrebing/article/details/8587054. If you have English can also, according to this article introduction, easy to complete the relevant software download, installation, configuration.
2. If your English is not good enough, then I will briefly describe the process in Chinese again:

First, in a disk, create a folder, this folder, used to store Apache, php,mysql such as D disk, etc folder.

1) Install Apache in the established folder, then configure Conf->httpd.conf, Find ServerRoot (shortcut key ctrl+f find), make relevant changes

ServerRoot "D:/etc/apache"
2) Configure the PHP related section, add in httpd.conf:
LoadModule php5_module "D:/etc/php/php5apache2_4.dll"
AddHandler application/x-httpd-php. php
Phpinidir "d:/etc/php"
3) Configure PHP
Change the php.ini-development file to php.ini why, because our PHP settings have to be modified in php.ini, modify the following, find Extension_dir and modify as follows:
Extension_dir = "D:\etc\php\ext"

Apache+php+mysql Latest Version Installation

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.