Laravel向我显示“用户'homestead'@'localhost'的访问被拒绝(使用密码:是)”。一种解决方案是使用以下三个命令清除缓存和存储的配置缓存:
php artisan cache:clear
php artisan config:clear
php artisan config:cache
之后php artisan cache:clear
,终端说:
Failed to clear cache. Make sure you have the appropriate permissions.
(红色背景)
进行第二个和第三个代码(php artisan config:clear
和php artisan config:cache
)效果很好!但是在输入第一行时仍然给我错误。谁能解释为什么?