WAMP phpmyadmin 403 错误,不知从何而来?

发布于 2024-12-27 05:33:44 字数 473 浏览 0 评论 0原文

我安装了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

油焖大侠 2025-01-03 05:33:44

开发日,

您可能需要将该行添加

Allow from ::1:

phpmyadmin.conf 的底部(就在包含 的最后一行之前)。它允许我访问 Windows 8 计算机上的 phpmyadmin 页面,但身份验证窗口仍然没有出现。

developdaly,

You may want to add the line

Allow from ::1:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文