在wampserver中找不到PHPmyAdmin

时间:2012-01-17 11:50:25

标签: phpmyadmin wamp

我正忙着尝试制作多站点并更改WampServer中的一些文件。现在我再也无法访问 phpmyadmin ,它说:

未找到:在此服务器上找不到请求的URL / phpmyadmin。

我相信它是httpd.conf文件,但我似乎无法找到问题...... HELP会很受欢迎。我可以访问localhost并查看我的本地网站正在运行。

这是我的apache错误日志中的最后一行:

[Tue Jan 17 12:39:59 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Jan 17 12:39:59 2012] [notice] Child 5148: Exit event signaled. Child process is ending.
[Tue Jan 17 12:40:00 2012] [notice] Child 5148: Released the start mutex 
[Tue Jan 17 12:40:01 2012] [notice] Child 5148: All worker threads have exited. 
[Tue Jan 17 12:40:01 2012] [notice] Child 5148: Child process is exiting 
[Tue Jan 17 12:40:01 2012] [notice] Parent: Child process exited successfully. 
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Tue Jan 17 12:40:03 2012] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Tue Jan 17 12:40:03 2012] [notice] Server built: Dec 10 2008 00:10:06 
[Tue Jan 17 12:40:03 2012] [notice] Parent: Created child process 3032 
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Child process is running 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Acquired the start mutex. 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Starting 64 worker threads. 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Starting thread to listen on port 80.
[Tue Jan 17 12:40:05 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin
[Tue Jan 17 12:40:06 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin
[Tue Jan 17 12:40:07 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin

1 个答案:

答案 0 :(得分:0)

尝试从wamp面板添加新的别名目录 点击wamp tray icon> apache>别名目录>添加新的别名目录

尝试将phpmyadmin文件夹添加为别名目录

我也是初学者,我认为这可能有所帮助。