MYSQL数据库查询
我已经在我的笔记本电脑中安装了 Zend Server CE,并且尝试通过我的电子邮件地址打开我的 phpMyAdmin 页面,但我收到以下消息,即(#1045 无法登录到 MySQL 服务器)。可能的解决方案是什么?
I had installed Zend Server CE in my laptop and i have tried to open my phpMyAdmin page via my email address but i got following message ie (#1045 Cannot log in to the MySQL server). what is the possible solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
错误#1045 表示您提供了错误的用户名或密码。
http://dev.mysql.com/doc /refman/5.0/en/error-messages-server.html#error_er_access_denied_error
Error #1045 means that you have provided wrong username or password.
http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html#error_er_access_denied_error
你已经尝试过什么?对此一无所知,我要检查的是:
最后一步会提示一系列故障排除步骤,这些步骤主要归结为“您是否使用了正确的用户名/密码以及该用户是否具有适当的权限”。如果您不知道如何解决这个问题,那么您应该做更多研究。
What have you already tried? Knowing nothing of that, here is what I would check:
That last step prompts its own series of troubleshooting steps, which mostly boil down to "are you using the right username/password and does that user have appropriate permissions." If you don't know how to suss that out, you should do some more research.