我刚开始使用 docker、laradock 和 laravel,在设置完整个环境后,我尝试登录我的 phpmyadmin,但我无法登录。
我到处找,找不到解决方法,所以你们是我最后的希望,哈哈。
Docker 版本17.12.0-ce,构建 c97c6d6 这是我的 docker ps
我的项目的 .env
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
这是我从 phpmyadmin (localhost:8080) 得到的错误
#2054 - The server requested authentication method unknown to the client
mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
mysqli_real_connect(): (HY000/2054): The server requested authentication method unknown to the client