Win2008 PHP Configuration Environment Building Tutorial
First, the preparatory work
1. Required Software:
MySQL database: This article uses Mysql-essential-5.0.45-win32.msi
PHP: This article uses Php-5.2.4-win32.zip
Zendoptimizer: This paper uses Zendoptimizer-3.3.0-windows-i386.exe
Download the above software online search and put it in the same directory, for example: Webtools (example below)
2. To install IIS 7, briefly follow these steps:
(1) In the Control Panel, select Program-Turn off Windows feature;
(2) in the pop-up Windows feature selected Internet Information Services;
(3) Expand-World Wide Web services-application development features, select ISAPI Extensions (important);
(4) Automatic installation after determination;
(5) Enter http://127.0.0.1 (your IP address) in the IE address bar to see IIS7 's Welcome interface (Figure 1
Second, the PHP environment deployment strategy
1. mysql Database deployment
(1) Install MySQL database
Enter X:webtools Directory Click Mysql-essential-5.0.45-win32.msi to start the installation, 2:
Select Custom Installation, 3:
Select "Change" to modify the MySQL installation location, 4:
After the file has been copied, go to the MySQL Setup screen, click Finish, 5:
Select detailed configuration (verbose), 6:
http://www.bkjia.com/PHPjc/995411.html www.bkjia.com true http://www.bkjia.com/PHPjc/995411.html techarticle Win2008 PHP Configuration Environment Tutorial One, preparation work 1, required software: MySQL database: This article with Mysql-essential-5.0.45-win32.msi PHP: This article with Php-5.2.4-win32.zip Zendoptim ...