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

前端 未结 10 2660
别跟我提以往
别跟我提以往 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:03

    another thing that worked for me after everything didn't - change "localhost" in config.inc.php to 127.0.0.1

提交回复
热议问题