gpt4 book ai didi

mysql - QueryException SQLSTATE[HY000] [1045] 用户 'homestead' @'localhost' 的访问被拒绝(使用密码 : YES)

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

为什么会出现以下错误?

QueryException SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)

我的.env文件如下:

APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:P7auDP3AGgfkYLPbu+2/m7RCLc42Sip/HuXLLQFZiYs=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=student_management
DB_USERNAME=root
DB_PASSWORD=

最佳答案

您应该在更改 .env 文件中的信息后清除缓存。

运行以下命令:

php artisan cache:clear 
php artisan config:clear
php artisan config:cache

关于mysql - QueryException SQLSTATE[HY000] [1045] 用户 'homestead' @'localhost' 的访问被拒绝(使用密码 : YES),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44469647/

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