Installing Apache Mysql PHP under Windows Platform Now there are many people develop under the Windows platform. When developing Linux or UNIX platforms, the combination of Apache MySQL PHP is often selected, which requires in Windows. Install Apache MySQL PHP to achieve the development and commissioning environment on this unit. The installation method is now attached to you with reference. First set: 1, web directory in E: // www. This can be changed in the httpd.conf file. 2, PHP, MySQL, APAPCHE is installed in the D disk root directory. This can also be carried out according to your own ideas. 3, Software version: php 4.3.3, mysql 4.0.15 for Win32, apache 1.3.28 for Win32 specific installation process: first, get software: php: http://www.php.net/downloads.php mysql : http://www.mysql.com/downloads/index.html apache: http://httpd.apache.org/ Step 2, confirm that your operating system works fine. It is recommended to use Windows2000. Step 3, first install MySQL 1, extract the MySQL packet, execute the setup program, and select the installation directory time Select the D disk mysql directory. 2, ready to start the mysql daemon: Under Win2000, you have to install MySQL service first. Method: Enter the D: // MySQL // bin directory in command line mode, then type: mysqld-nt -install will prompt the MySQL service has been successfully installed. Running Winmysqladmin.exe this program that generates my.ini files in your system directory. From Start - Setting - Control Panel - Management Tool - Services, you can see Msyql, but it has not started. Start it, if started successfully, OK, MySQL has been installed successfully. Otherwise, you have to restart your computer. MySQL starts yourself when you restart your system. In addition, Winmysqladmin will also start itself. It will display a traffic light icon on your taskbar. If it is a green light, it means that mysql service is working properly. 3, advance the test, check the installation: Enter: d: // mysql // bin, type: mysql If the prompt is changed to mysql>, congratulations, MySQL installation is successful! Otherwise, necessary checks. 4. Turn off the mysql service: Under WIN2000, the closing method of command line mode is: Type: mysqladmin shutdown under the D: // mysql // bin directory. Under the graphical interface, enter the start-setting-Control Panel-Administrative Tool-Service, stop MySQL service. Step 4, install php 1, unzip the PHP package, directly copy to the D: // PHP directory 2, put the php.ini file Copy to the Winnt directory. Use the php4ts.dll file Copy to the WinNT / System32 directory.