清除缓存
php artisan config:cache
php artisan cache:clear
php artisan migrate连接MySQL8报错问题
ALTER USER '{YOURUSERNAME}'@'localhost'
IDENTIFIED WITH mysql_native_password
BY '{YOURPASSWORD}';Laravel使用Mysql8会报错,无法连接数据库,需切回5.7版本
php - Laravel: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client - Stack Overflow
https://stackoverflow.com/questions/53607322/laravel-sqlstatehy000-2054-the-server-requested-authentication-method-unknoPHP连接mysql8.0出错“SQLSTATE[HY000] [2054] The server requested authentication method unknown to”的解决办法
连接 MySQL 8.0 时,加密方式不兼容的解决方法 | Laravel China 社区
https://learnku.com/articles/34823?order_by=vote_count&解决报错 MySQL 8 的 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client | Laravel代码速记 | Laravel China 社区
https://learnku.com/laravel/t/63061Laravel连接MySQL 8.0.11 遇到的一些坑侯志文的博客-CSDN博客
https://blog.csdn.net/houzhiwenyy/article/details/82190320
最后编辑:李世民 更新时间:2022-08-11 13:07