Error # 1045 - Cannot Log in to MySQL server -> phpmyadmin

前端 未结 10 2601
别跟我提以往
别跟我提以往 2021-01-01 23:28

We have installed PHPMyAdmin on a windows machine running IIS 7.0.
We are able to connect to MySQL using command-line, But we are not able to connect using PHPMyAdmin.

10条回答
  •  [愿得一人]
    2021-01-02 00:18

    In Linux I resolve this problem by going to the root command prompt type:

    # mysqladmin -u root password 'Secret Phrase Here'
    

    Then go back and login. Works every time!

提交回复
热议问题