键入Localhost不会带我到xampp webserver windows 10

时间:2016-01-23 19:49:45

标签: mysql windows apache xampp

我已经安装了xampp 7.0.1的最新版本,经过一番摆弄后,我们设法让apache与MySQL连接。

今天既没有Apache也没有MYSQL连接。

昨天当连接Apache和MYSQL时,我在浏览器中键入localhost / 127.0.0.1,看看是否需要我到服务器页面才能确保所有内容都正确安装但是,我一直收到http 404错误,没有页面无论我尝试哪种浏览器都会加载。 HTTP 404错误

这是我今天尝试启动Apache时得到的结果:

Attempting to start Apache app...
4:27:44 PM  [mysql]     Problem detected!
4:27:44 PM  [mysql]     Port 3306 in use by "Unable to open process"!
4:27:44 PM  [mysql]     MySQL WILL NOT start without the configured ports
free!
4:27:44 PM  [mysql]     You need to uninstall/disable/reconfigure the
blocking application
4:27:44 PM  [mysql]     or reconfigure MySQL and the Control Panel to listen 
on a different port

这是我尝试启动mysql时得到的结果:

Problem detected!
4:27:44 PM  [mysql]     Port 3306 in use by "Unable to open process"!
4:27:44 PM  [mysql]     MySQL WILL NOT start without the configured ports 
free!
4:27:44 PM  [mysql]     You need to uninstall/disable/reconfigure the 
blocking application
4:27:44 PM  [mysql]     or reconfigure MySQL and the Control Panel to listen
on a different port

这很奇怪...... Microsoft Edge找不到这个页面

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

正如您在上面提到的日志中所看到的那样,

4:27:44 PM  [mysql]  or reconfigure MySQL and the Control Panel to listen on a different port

它要求你在某个不同的端口重新配置MySQL,因为端口3306正在被其他进程使用。

要解决此问题,请按照this link of Stack Overflow进行解决,以解决您遇到的相同问题。