WAMP(Windows Apache MySQL PHP)安装

由于WAMP集成环境的简单粗暴,但是运行时,很多错不会报,不利于调试,所以把WAMP卸载了,分别安装Apache、MySQL和PHP。

一、Apache安装

WAMP(Windows Apache MySQL PHP)安装_第1张图片

WAMP(Windows Apache MySQL PHP)安装_第2张图片

WAMP(Windows Apache MySQL PHP)安装_第3张图片

WAMP(Windows Apache MySQL PHP)安装_第4张图片

WAMP(Windows Apache MySQL PHP)安装_第5张图片

点击安装

安装报错:意思是80端口被占用,Apache无法使用80端口启动

WAMP(Windows Apache MySQL PHP)安装_第6张图片

启动Apache报错:

WAMP(Windows Apache MySQL PHP)安装_第7张图片

CMD查看端口占用情况:

WAMP(Windows Apache MySQL PHP)安装_第8张图片

打开任务管理器查看PID为4的是哪个应用程序:

WAMP(Windows Apache MySQL PHP)安装_第9张图片

是系统。。

无法终止

于是我打开了Apache的配置文件httpd.conf,查找“Listen”,

WAMP(Windows Apache MySQL PHP)安装_第10张图片

把端口改成81,启动Apache,在地址栏输入:localhost:81,显示“It Works!":

WAMP(Windows Apache MySQL PHP)安装_第11张图片

Apache服务器终于安装完成了啊。。开心。。


二、PHP安装

WAMP(Windows Apache MySQL PHP)安装_第12张图片

WAMP(Windows Apache MySQL PHP)安装_第13张图片

WAMP(Windows Apache MySQL PHP)安装_第14张图片

WAMP(Windows Apache MySQL PHP)安装_第15张图片

好了,PHP安装完成。


三、MySQL安装

WAMP(Windows Apache MySQL PHP)安装_第16张图片

WAMP(Windows Apache MySQL PHP)安装_第17张图片

WAMP(Windows Apache MySQL PHP)安装_第18张图片

WAMP(Windows Apache MySQL PHP)安装_第19张图片

WAMP(Windows Apache MySQL PHP)安装_第20张图片

WAMP(Windows Apache MySQL PHP)安装_第21张图片

WAMP(Windows Apache MySQL PHP)安装_第22张图片

WAMP(Windows Apache MySQL PHP)安装_第23张图片

WAMP(Windows Apache MySQL PHP)安装_第24张图片

WAMP(Windows Apache MySQL PHP)安装_第25张图片

这里勾选添加环境变量,便于利用CMD运行MySQL服务

WAMP(Windows Apache MySQL PHP)安装_第26张图片

WAMP(Windows Apache MySQL PHP)安装_第27张图片

WAMP(Windows Apache MySQL PHP)安装_第28张图片



你可能感兴趣的:(WAMP(Windows Apache MySQL PHP)安装)