您好我刚刚安装了WAMP并获得了屏幕底部的绿色图标。本地主机加载正常,当我点击php信息时一切正常。
我的问题是,当我点击phpmyadmin时,我收到错误代码500 - 网站在检索时遇到错误... localhost / phpmyadmin /。它可能已关闭以进行维护或配置不正确。
我在安装WAMP之前安装了Apache。这可能是问题吗?
我的mysql日志显示了这个....
2013-09-10 10:34:58 5872 [Note] Plugin 'FEDERATED' is disabled.
2013-09-10 10:34:58 5872 [Note] InnoDB: The InnoDB memory heap is disabled
2013-09-10 10:34:58 5872 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-09-10 10:34:58 5872 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-09-10 10:34:58 5872 [Note] InnoDB: Not using CPU crc32 instructions
2013-09-10 10:34:58 5872 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-09-10 10:34:58 5872 [Note] InnoDB: Completed initialization of buffer pool
2013-09-10 10:34:58 5872 [Note] InnoDB: Highest supported file format is Barracuda.
2013-09-10 10:34:58 5872 [Note] InnoDB: 128 rollback segment(s) are active.
2013-09-10 10:34:58 5872 [Note] InnoDB: Waiting for purge to start
2013-09-10 10:34:58 5872 [Note] InnoDB: 5.6.12 started; log sequence number 1626007
2013-09-10 10:34:58 5872 [Note] Server hostname (bind-address): '*'; port: 3306
2013-09-10 10:34:58 5872 [Note] IPv6 is available.
2013-09-10 10:34:58 5872 [Note] - '::' resolves to '::';
2013-09-10 10:34:58 5872 [Note] Server socket created on IP: '::'.
2013-09-10 10:34:58 5872 [Note] Event Scheduler: Loaded 0 events
2013-09-10 10:34:58 5872 [Note] wampmysqld: ready for connections.
Version: '5.6.12-log' socket: '' port: 3306 MySQL Community Server (GPL)
答案 0 :(得分:0)
我卸载然后重新安装以使其正常工作。