【问题标题】:Unable to start Apache and MySQL servers in Windows无法在 Windows 中启动 Apache 和 MySQL 服务器
【发布时间】:2015-05-18 16:34:29
【问题描述】:

我在 Windows 中安装 xampp 时遇到一些问题。实际上,我的笔记本电脑中安装了 Skype 和团队查看器。我已经卸载了团队查看器,并且在 Skype 中我已经检查了“使用端口 80 和 443 进行额外的传入连接”我仍然遇到这个问题。这是

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 都没有启动。请帮我解决这个问题。

提前致谢。 :)

【问题讨论】:

  • 您已经让 MySQL 以某种方式运行。找出它在哪里并将其关闭。
  • Thnq.. 但是如何找出它在哪里运行..
  • 例如,查看您的进程列表。

标签: mysql windows apache installation xampp


【解决方案1】:

正如错误所说:您正在从 C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld 运行 MYSQL

您可以转到 Windows 徽标 > 输入 services.msc > 搜索 Mysql 服务并停止它。 (左面板“停止”)

注意:如果您打算使用 XAMPP,您应该删除之前安装的任何 apache、php 和/或 mysql

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-04-19
    • 2016-09-23
    • 1970-01-01
    • 2016-02-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-01-28
    相关资源
    最近更新 更多