WAMP phpmyadmin 403 错误,不知从何而来?
我安装了WAMP服务器2.2。一切都安装得很好。我访问了 phpmyadmin,系统提示我登录,我登录了,一切都很好,我能够为两者创建几个数据库和表。
然而,仅仅几个小时后,每当我单击 phpmyadmin 时,我都会突然收到一条 403 访问被拒绝的消息。我没有触及任何配置文件,我没有重新启动WAMP服务器,没有清除缓存......那么它怎么会突然停止工作?
注意*,我已经找到了通过其他几篇文章访问 PHPmyadmin 的解决方案(通过将 phpmyadmin.conf 文件更改为:允许所有人),但现在登录页面不再显示。当我单击 phphmyadmin 时,我会直接进入 phpmyadmin 主页,就好像我已经登录一样。我转到 config.inc.php 文件并设置: $cfg['Servers'][$i]['AllowNoPassword' ] 等于 false 但仍然什么都没有。
有什么想法如何突然停止工作以及如何再次访问登录屏幕吗?
提前致谢。
I installed WAMP server 2.2. Everything installed fine. I accessed phpmyadmin, I was prompted to login, I did and everything worked great, I was able to create a couple of databases and tables for both.
However, only a couple of hours later, out of no where, whenever I click the phpmyadmin, I am getting a 403 access denied message. I haven't touched any config files, I didn't restart WAMP server, didn't clear cache....So how can it all of a sudden stop working??
note*, I have found the solution to access PHPmyadmin through a couple of other posts, (by changing the phpmyadmin.conf file to say: Allow from all), but now the login page doesn't show up anymore. When I click phphmyadmin, I am brought straight to the phpmyadmin home page as if I am already logged in. I went to the config.inc.php file and set: $cfg['Servers'][$i]['AllowNoPassword'] equal to false and still nothing.
Any ideas how it can all of a sudden stop working and how to access the Login Screen again?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开发日,
您可能需要将该行添加
到
phpmyadmin.conf
的底部(就在包含的最后一行之前)。它允许我访问 Windows 8 计算机上的 phpmyadmin 页面,但身份验证窗口仍然没有出现。
developdaly,
You may want to add the line
to the bottom of
phpmyadmin.conf
(right before the last line containing</Directory>
). It allowed me to access the phpmyadmin page on my Windows 8 machine, but the authentication window still does not come up.