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
Features of the Guardian PHP suite package:
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-threadedsafety 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 ·ZendLoader 5.5.0
·MySQL passwordInstallation steps:
1. First, configure the IIS environment. The functions that need to be enabled are as shown in the figure: 2. Then, download the PHP package, unzip it, and click "vc 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: 4. The installation is completed , remember to change the root password 5. After the installation is completed, click [Manage PhpMyAdmin] to enter MySQL database management:
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)
7. Enter the PhpMyAdmin management center
8. Run
phpinfo
(); View PHP version information: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
## 10. The database creation is completed
11. Refresh PhpMyAdmin, you can see that the newly created mysql53 has been created successfully:
##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!