gpt4 book ai didi

mysql - PDOException::("PDO::__construct(): Unexpected server respose while doing caching_sha2 auth: 109") 与 MySQL 8/PHP 7.2/Laravel

转载 作者:可可西里 更新时间:2023-11-01 08:58:27 27 4
gpt4 key购买 nike

我刚刚安装了我的开发环境。

当我尝试通过 SequelPro 连接 mysql 数据库时,我得到:

Authentication plugin 'caching_sha2_password' cannot be loaded

如中所述:Authentication plugin 'caching_sha2_password' cannot be loaded ,我跑了:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';

然后我可以通过 SequelPro 连接我的数据库

但是当我执行 Laravel 命令时:

php artisan migrate

我得到:

PDOException::("PDO::__construct(): Unexpected server respose while doing caching_sha2 auth: 109")

我现在该怎么办?

PD:我在 Mac 和 Laravel 5.6 上使用 Laravel Valet。

最佳答案

您必须使用 mysql 命令通过 shell 更改 laravel 应用程序中的使用

ALTER USER 'user'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'your password';
ALTER USER 'user'@'%' IDENTIFIED WITH caching_sha2_password BY 'your password';

关于mysql - PDOException::("PDO::__construct(): Unexpected server respose while doing caching_sha2 auth: 109") 与 MySQL 8/PHP 7.2/Laravel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51844962/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com