开发者

Database query on 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 soluti开发者_开发技巧on.


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:

  • Is there a MySQL server installed?
  • Is it running?
  • Can you use the MySQL command-line client to connect to the MySQL daemon?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜