warmserver apache无法启动,mysql无法打开的问题

apache无法启动原因

1.端口被占用

netstat -ano  命令

netstat -aon|findstr "80"

查看所有端口的pid 看看80端口是否被占用,将占用的进程结束掉。

2.如果没有被占用导致的问题可能是:

(1)visual c++没有安装,安装路径:https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads

(2)DirectX9没有安装 (百度搜索下载)

(3)开启80端口

https://jingyan.baidu.com/article/af9f5a2d2ea83543140a4584.html

-----------------------------------------mysql---------------------------------------------------------------------------

1.mysql 打开会出现3306端口被占用

方法见apache端口被占用

2.安装两个mysql导致打开的不是自己想要的mysql

方法卸载原先安装的。





你可能感兴趣的:(php)