-1

嗨,我正在使用 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)
4

1 回答 1

0

这些不是错误,它们是[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,需要卸载、重新配置或禁用。

于 2013-10-11T14:17:49.940 回答