phpmyadmin 访问问题

发布于 2025-01-08 05:14:39 字数 518 浏览 0 评论 0原文

任何人都可以帮我解决这个问题吗?

我已经使用命令

yum -y install phpmyadmin

在我的新 fedora15 系统上安装了 phpMyAdmin所有文件均已下载并存储在特定位置,例如: /usr/share/phpMyAdmin、/var/lib/phpMyAdmin 并且配置文件创建于/etc/httpd/conf.d/phpMyAdmin.conf。

但是当我尝试从浏览器访问 phpMyAdmin 时,我会收到一个弹出窗口,询问我的用户名和 密码。

弹出窗口显示:

http://localhost 正在请求用户名和密码。该网站说:“phpMyAdmin localhost”

我期望出现 phpmyadmin 登录对话框,其中有 phpmyadmin 徽标和带有用户名密码框的图例。但它显示了不同的东西。

我尝试了很多使用我的 mysql 用户名和密码登录,但它不允许我登录。

请帮我解决这个问题。非常感谢任何帮助。

提前致谢。

Can any one help me with this issues?

I have installed phpMyAdmin on my new fedora15 system using the command

yum -y install phpmyadmin

All the files were downloaded a stored in specific locations eg: /usr/share/phpMyAdmin, /var/lib/phpMyAdmin and also the config file is created at /etc/httpd/conf.d/phpMyAdmin.conf.

But when I try to access phpMyAdmin from browser I get a popup asking me the username and
password.

The popup says:

A username and password are being requested by http:/localhost. The site says: "phpMyAdmin localhost"

I expected the phpmyadmin login dialog box where we have phpmyadmin logo and the legend with username password boxes. But it shows different things.

I tried a lot to login using my mysql username and password but it does not allow me to login.

Please help me with this. Any help is greatly appreciated.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

梦里寻她 2025-01-15 05:14:40

尝试更改 config.inc.php 中的身份验证类型

 $cfg['Servers'][$i]['auth_type'] = 'cookie';

Try changing authentication type in config.inc.php

 $cfg['Servers'][$i]['auth_type'] = 'cookie';
冷了相思 2025-01-15 05:14:40

安装 phpmyadmin 后,在终端中执行

#mysql_secure_installation

时要求输入密码,只需按回车键并按照步骤操作

after install phpmyadmin, execute in a terminal

#mysql_secure_installation

when ask for a password, just hit return and follow the steps

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