2013-10-11 17 views
-1

嗨,我使用Windows 7并安装了wampserver。当我现在运行服务器。比它在mysql_error.log中出现这个错误。我不明白如何解决它。请帮我解决它。此外,wamp不工作并显示为“橙色”。Mysql得到了错误...并没有运行wampserver

而且我使用的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) 
+0

哪里出错? – WebNovice

+0

这些都不是错误,而是'[注]'即信息性消息。 – RiggsFolly

回答

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和需要被卸载,重新配置或禁用。

相关问题