本文介绍了Apache - MySQL 服务检测到错误的路径./已使用的端口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在启动 XAMPP 时遇到以下错误.
I'm getting the following errors when I launch XAMPP.
12:35:23 [main] Initializing Control Panel
12:35:23 [main] Windows Version: 64-bit
12:35:23 [main] XAMPP Version: 1.8.1
12:35:23 [main] Control Panel Version: 3.1.0 3.1.0 [ Compiled: September 20th 2012 ]
12:35:23 [main] Running with Administrator rights - good!
12:35:23 [main] XAMPP Installation Directory: "c:xampp"
12:35:23 [main] Checking for prerequisites
12:35:23 [main] All prerequisites found
12:35:23 [main] Initializing Modules
12:35:23 [Apache] XAMPP Apache Service is already running on port 80
12:35:23 [Apache] XAMPP Apache Service is already running on port 443
12:35:23 [mysql] MySQL Service detected with wrong path
12:35:23 [mysql] Change XAMPP MySQL settings or
12:35:23 [mysql] Uninstall/disable the other service manually first
12:35:23 [mysql] Found Path: "C:Program FilesMySQLMySQL Server 5.5inmysqld" --defaults-file="C:Program FilesMySQLMySQL Server 5.5my.ini" MySQL
12:35:23 [mysql] Expected Path: c:xamppmysqlinmysqld.exe --defaults-file=c:xamppmysqlinmy.ini mysql
12:35:23 [mysql] Problem detected!
12:35:23 [mysql] Port 3306 in use by "mysqld.exe"!
12:35:23 [mysql] MySQL WILL NOT start without the configured ports free!
12:35:23 [mysql] You need to uninstall/disable/reconfigure the blocking application
12:35:23 [mysql] or reconfigure MySQL to listen on a different port
12:35:23 [main] Starting Check-Timer
12:35:23 [main] Control Panel Ready
我在谷歌上找不到合适的解决方案,所以我有点'希望有人能帮我解决这个问题.
I wasn't able to find a proper solution on google, so I'm kinda' hoping someone could help me out with this.
哦,XAMPP 运行正常.Apache 和 MySQL 服务都在运行..
Oh and, XAMPP is running properly. Apache and the MySQL service are both running ..
推荐答案
- 进入 cmd 并以管理员模式运行.
使用以下命令通过命令提示符卸载mysql服务.
- Go to cmd and run it with Administrator mode.
Uninstall mysql service through command prompt using the following command.
sc delete mysql
重启XAMPP
restart XAMPP
这篇关于Apache - MySQL 服务检测到错误的路径./已使用的端口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!