First install Wampserver PHP integrated development environment, found that the lower right corner of the W icon is orange or red, first see whether the service list has these two services, Apach and MySQL two services if not open, you can start the two services, the previous installation of the MySQL service shut down, And the tune is disabled, in case the next start again affect, Apach can not start click Wampserver Installation Service, so start again if W is also orange, see the list of services Apach is also started, this is the reason for the 80 port is occupied, at this time to modify the 80 port for the other can be, But this is very inconvenient, so you can find that is occupied 80 port can be disabled, open cmd, enter Netstat-aon|findstr "80", this time will occupy 80 ports of things, find the last column of the number in the Task manager process to find, Find the PID column corresponding to this number, if it is httpd.exe can be directly shut down, but my PID is 4 Ntoskrnl.exe, so this just to find SQL Server SQL Server Reporting Services shut down the service is OK , the perfect solution occupies 80 port problem, at this time Wampserver can run smoothly, but the LAN is inaccessible to do? Just go into the phpmyanmin to modify the MySQL user table localhost is%, then your software runs no problem.
Installing Wampserver Problem Solving