无法在 Windows 中启动 Apache 和 MySQL 服务器
Unable to start Apache and MySQL servers in Windows
我在 windows 中安装 xampp 时遇到一些问题。实际上,我的笔记本电脑上安装了 Skype 和团队查看器。我已经卸载了团队查看器,并且在 Skype 中我已经检查了 "use port 80 and 443 for additional incoming connections" 我仍然遇到这个问题。这是
5:07:24 PM [Apache] Attempting to start Apache service...
5:07:32 PM [mysql] Problem detected!
5:07:32 PM [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"!
5:07:32 PM [mysql] MySQL WILL NOT start without the configured ports free!
5:07:32 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
5:07:32 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
5:07:32 PM [mysql] Attempting to start MySQL service...
MySql 和 Apache 都没有启动。请帮我解决这个问题。
提前致谢。 :)
如错误所述:您来自 C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld
运行 MYSQL
您可以转到 Windows 徽标 > 输入 services.msc
> 搜索 Mysql 服务并停止它。 (左面板 "Stop")
注意:如果你打算使用XAMPP,你应该删除任何以前安装的apache,php and/or mysql
我在 windows 中安装 xampp 时遇到一些问题。实际上,我的笔记本电脑上安装了 Skype 和团队查看器。我已经卸载了团队查看器,并且在 Skype 中我已经检查了 "use port 80 and 443 for additional incoming connections" 我仍然遇到这个问题。这是
5:07:24 PM [Apache] Attempting to start Apache service...
5:07:32 PM [mysql] Problem detected!
5:07:32 PM [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"!
5:07:32 PM [mysql] MySQL WILL NOT start without the configured ports free!
5:07:32 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
5:07:32 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
5:07:32 PM [mysql] Attempting to start MySQL service...
MySql 和 Apache 都没有启动。请帮我解决这个问题。
提前致谢。 :)
如错误所述:您来自 C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld
您可以转到 Windows 徽标 > 输入 services.msc
> 搜索 Mysql 服务并停止它。 (左面板 "Stop")
注意:如果你打算使用XAMPP,你应该删除任何以前安装的apache,php and/or mysql