【问题标题】:Mysql Got the error...and did not run wampserverMysql得到错误...并且没有运行wampserver
【发布时间】:2013-10-11 13:43:02
【问题描述】:

您好,我使用的是 Windows 7 并在其中安装了 wampserver。当我现在运行服务器时。比它在 mysql_error.log 中出现此错误。我不明白如何解决它。请帮我修复它。 wamp 也无法正常工作并显示为“橙色”。

我也在使用 Apache 2.4.4、PHP 5.4.16 和 Mysql 5.6.12 这是错误...

2013-10-11 18:32:51 9224 [Note] Plugin 'FEDERATED' is disabled.
2013-10-11 18:32:51 9224 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-11 18:32:51 9224 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-10-11 18:32:51 9224 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-11 18:32:51 9224 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-11 18:32:51 9224 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-10-11 18:32:52 9224 [Note] InnoDB: Completed initialization of buffer pool
2013-10-11 18:32:52 9224 [Note] InnoDB: Highest supported file format is Barracuda.
2013-10-11 18:32:52 9224 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-11 18:32:52 9224 [Note] InnoDB: Waiting for purge to start
2013-10-11 18:32:52 9224 [Note] InnoDB: 5.6.12 started; log sequence number 23003102
2013-10-11 18:32:53 9224 [Note] Server hostname (bind-address): '*'; port: 3306
2013-10-11 18:32:53 9224 [Note] IPv6 is available.
2013-10-11 18:32:53 9224 [Note]   - '::' resolves to '::';
2013-10-11 18:32:53 9224 [Note] Server socket created on IP: '::'.
2013-10-11 18:32:53 9224 [Note] Event Scheduler: Loaded 0 events
2013-10-11 18:32:53 9224 [Note] wampmysqld: ready for connections.
Version: '5.6.12-log'  socket: ''  port: 3306  MySQL Community Server (GPL)

【问题讨论】:

  • 这些不是错误,它们是[Note],即信息性消息。

标签: php mysql apache wamp wampserver


【解决方案1】:

这些不是错误,它们是[Note],即信息性消息。

如果 WampServer 图标为橙色,则可能是 Apache 尚未启动。

检查什么正在使用端口 80,如下所示:

left click the Wampmanager icon ( thats the icon in the system tray ) -> Apache -> Services -> Test port 80

如果它报告其他任何内容

Your port 80 is actually used by :

Server: Apache/2.?.?? (Win32) PHP/5.?.??

如果版本号与您安装的相匹配,那么其他东西已经捕获了端口 80,需要卸载、重新配置或禁用。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-08-15
    • 2018-10-28
    • 2022-06-30
    • 2011-06-11
    • 2021-08-24
    相关资源
    最近更新 更多