Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

黄舟
Release: 2017-05-27 09:29:07
Original
1986 people have browsed it

This article uses the simplest and fastest way to describe the process of one-click deployment of the PHP running environment from the new Windows Server 2008 (R2) through the Guardian PHP suite. It is very simple


Windows Server 2008 R2

Features of the Guardian PHP suite package:

## 1. All components in the package are from the official stable version, coupled with the

security system built by Guardian God, MySQL database and PhpMyadmin site have been automatically configured for security, and one-click installation , use it with confidence;

2. PHP version is 5.3.28, using non-threaded

safety mode, FastCGI, running fast;

3. MySQL version is 5.5 .19, MyISAM mode.

Guardian God·PHP Suite 5.3 version includes:

·PHP 5.3.28 (FastCGI mode)

·MySQL 5.5.19.0 (MyISAM mode)

·PhpMyAdmin 3.5.3

·MyODBC 5.2.6

·Z

endLoader 5.5.0

·MySQL password

Modifier

Installation steps:

1. First, configure the IIS environment. The functions that need to be enabled are as shown in the figure:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

2. Then, download the PHP package, unzip it, and click "vc

redist (VC9 running environment installation).exe "Install the VC operating environment, and then click "Guardian PHP Suite (FastCGI-PHP5.3.28-32bit).exe" to start the installation:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

3. Select the installation location. Generally, the D drive is selected by default. At this time, the MySQL data will also be placed in this location:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

4. The installation is completed , remember to change the root password

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

5. After the installation is completed, click [Manage PhpMyAdmin] to enter MySQL database management:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

6. Enter the default account password. The account is root and the password is huweishen.com. Be sure to change it (the default port of phpmyadmin is 999)

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

7. Enter the PhpMyAdmin management center

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

8. Run

phpinfo

(); View PHP version information:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

9. Open the Guardian Host Management System (http://127.0.0.1:6588/admin/), Create a MySQL database named: mysql53. Be careful not to start with a number

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click## 10. The database creation is completed

11. Refresh PhpMyAdmin, you can see that the newly created mysql53 has been created successfully:

Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click

##Notes

1. The PHP5.3 suite can only run on the Windows 2003/2008/2012 platform and is a 32-bit suite;

The above is the detailed content of Detailed graphic and text explanation of how to install PHP environment (PHP5.3+FastCGI mode) in Windows Server 2008 (R2) with one click. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template