EasyPHP 无法访问 PhpMyAdmin

发布于 2024-12-21 02:33:42 字数 241 浏览 3 评论 0 原文

抱歉,我知道这里已经存在一些问题,但是我的是 EasyPHP 的全新安装,我没有更改任何设置,但我仍然无法访问 PHPMyAdmin。我收到以下错误:

错误 MySQL 说道:

1045 - 用户“root”@“localhost”访问被拒绝(使用密码:NO)

我已经检查了初始设置,据我所知它应该是正确的。我还在 C:\ 驱动器中安装了第二个,但仍然没有成功。

sorry I'm aware of a few of these issues already on here, however mine is a fresh install of EasyPHP, I have not changed any of the settings yet I'm still unable to access PHPMyAdmin. I get the following error:

Error
MySQL said:

1045 - Access denied for user 'root'@'localhost' (using password: NO)

I've checked the initial settings and as far as I can tell it should be right. I also installed a second one in the C:\ drive and still no luck.

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

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

发布评论

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

评论(1

末骤雨初歇 2024-12-28 02:33:42

这可能会解决您的问题:

如果您收到以下错误,则意味着您使用了不正确的 root 密码:

shell> mysqladmin -u root -pxxxx ver
Access denied for user 'root'@'localhost' (using password: YES)

如果即使您没有指定密码,也出现上述错误,则意味着您在某些选项中列出了不正确的密码文件。尝试使用上一项中所述的 --no-defaults 选项。

有关更改密码的信息,请参阅第 5.5.5 节 “分配帐户密码”。

如果您丢失或忘记了 root 密码,请参阅第 C.5.4.1 节“如何重置 root 密码”。

来源: http://dev.mysql.com/doc/refman /5.0/en/access-denied.html

This may solve your problem:

If you get the following error, it means that you are using an incorrect root password:

shell> mysqladmin -u root -pxxxx ver
Access denied for user 'root'@'localhost' (using password: YES)

If the preceding error occurs even when you have not specified a password, it means that you have an incorrect password listed in some option file. Try the --no-defaults option as described in the previous item.

For information on changing passwords, see Section 5.5.5, “Assigning Account Passwords”.

If you have lost or forgotten the root password, see Section C.5.4.1, “How to Reset the Root Password”.

Source: http://dev.mysql.com/doc/refman/5.0/en/access-denied.html

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