开发者

Database query on MYSQL

开发者 https://www.devze.com 2023-02-09 12:52 出处:网络
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 possi

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

精彩评论

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

关注公众号