The following are the software and related websites to be used in this note, the Zend website download needs to register a user. Apache 2.2.4-www.apache.org PHP 5.2.3-www.php.net MySQL 5.0.27-www.mysql.com Zend Optimizer 3.3.0-www.zend.com phpMyAdmin 2.9.2-www.phpmyadmin.net Installation of ≡apache 2.2.4 Open My Computer, enter D disk, and create a new folder under it named Local. Download Apache_2.2.4-win32-x86-no_ssl.msi to its official site and execute it. Press the Next button 3 times, the installer requires you to enter your network domain (network domain name), server domain (server domains) and webmaster e-mail, and some words to fill in truthfully, this note is about the local self-built test environment, so casually, the first two fill localhost, the Mail can write their own. When you enter next, the default installation path is "C:Program Filesapache Software FoundationApache2.2", modify the path, and change to "D:localapache2″" as described earlier. Then go all the way to the end of the installation; At this point, open the local folder under D disk, and you can see a folder named Apache2. Open IE, and then enter in the Address bar: "http://localhost" or "Http://127.0.0.1″ can see the success of the Apache installation Complete page; Directory.
Installation of ≡php 5.2.3 To its official site download Php-5.2.3-win32.zip and decompression (do not download and use its installer, this way although very automated, very intelligent, but there are many aspects of the restrictions, because it is not recommended. ) Extract the PHP file into a directory with the directory address "D:webserverphp5″." Copy the php.ini-dist from the PHP directory (D:WEBSERVERPHP5) to the directory of Windows (some Winnt directories) and rename it to PHP.ini. Copy all DLL files in the d:localphp directory into the Windows System folder, which is: C:windowssystem32. Installation of ≡mysql 5.0.27 1. Open My Computer, go to D:webserver, and create a new folder under it named MySQL5. 2. Download Mysql 5.0.27 Installer to its official site and execute it. 3. Press Next, then select Custom Installation mode. 4. Click Change, changing the installation path; The original path is "C:Program Filesmysqlmysql Server 5.0", which is replaced by "D:WEBSERVERMYSQL5". 5. When the installation progress bar load is finished, there will be a Sign up wizard, where there is no reason to choose the bottom of the skip sign-up, then Next, there is a "Configure the MySQL Server Now" is ticked, do not remove, Direct point finish. 6. Now start installing the final configuration, click Next, select Detailed Configuration, and then select the second server Machine. 7. Next, select Non-transactional Database only. |