douan4106 2011-08-18 16:41
浏览 74
已采纳

phpmyadmin用户名和密码

I'm using phpmyadmin 5.1.36 through wampserver in my windows system. when i give http://localhost/phpmyadmin it directly gone into, showing databases what i did is i changed the password for the username root and phpmyadmin showed a message password successfully changed when i refresh the page it showed error

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

What i expect is the page which is asking for username and password. What should be done to get this.

  • 写回答

3条回答 默认 最新

  • doupu7651 2011-08-18 16:44
    关注

    Try checking your config file; there should be a line that says $cfg['Servers'][$i]['auth_type']. This should be set to either cookie or http if you want the username and password to be entered via login form.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?