localhost/phpmyadmin给页面找不到错误 [英] localhost/phpmyadmin giving page not found error

查看:129
本文介绍了localhost/phpmyadmin给页面找不到错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行wampserver.

I'm running wampserver.

我发生了mysql服务器崩溃的情况,并且wampmysqld服务无法启动.另外,localhost/phpmyadmin没有显示phpmyadmin,但给了我403错误.我为另一个mysql版本安装了mysql-addon.然后我转到wampserver图标,然后执行Mysql> Version>,然后选择我刚刚下载的附加版本.

I had a mysql server crash, and the wampmysqld service would not start up. Also, localhost/phpmyadmin did not show phpmyadmin but gave me a 403 error. I installed the mysql-addon for another mysql version. Then I went to the wampserver icon and did Mysql > Version > and selected the add-on version I'd just downloaded.

这有所帮助,wampmysqld能够启动,wampserver图标能够一直变为绿色,并且我的应用程序正在运行.但是,phpmyadmin提供了404错误.我该如何解决?

This helped, wampmysqld was able to start up, the wampserver icon was able to go green all the way, and my application is working. However, phpmyadmin is giving a 404 error. How do I fix this?

phpmyadmin.conf是:

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.3.9/" 

# to give access to phpmyadmin from outside 
# replace the lines
#
#        Order Deny,Allow
#   Deny from all
#   Allow from 127.0.0.1
#
# by
#
#        Order Allow,Deny 
#   Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin3.3.9/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>

我根据计算机上phpmyadmin的位置将c:/更改为d:/,并重新启动了所有服务.但是我仍然遇到相同的错误.

I changed c:/ to d:/ as per the location of phpmyadmin on my machine and restarted all services. But I'm still getting the same error.

推荐答案

已按照此页面上的步骤解决:

Solved as per the steps on this page:

http://www.sitepoint.com/forums/showthread.php?618686-Virtual-hosts-and-phpmyadmin

这篇关于localhost/phpmyadmin给页面找不到错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆