phpmyadmin 访问问题
任何人都可以帮我解决这个问题吗?
我已经使用命令
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试更改 config.inc.php 中的身份验证类型
Try changing authentication type in
config.inc.php
安装 phpmyadmin 后,在终端中执行
时要求输入密码,只需按回车键并按照步骤操作
after install phpmyadmin, execute in a terminal
when ask for a password, just hit return and follow the steps