用户'dbuser'拒绝访问

时间:2018-01-24 04:56:13

标签: php laravel

为了创建数据库,我在终端中运行命令: php artisan migrate

我明白了:

SQLSTATE [HY00] [1045] Access denied for user ‘dbuser’@‘localhost’ (using password: YES) (SQL: select * from information_schema.table where table_schema = blog and table_name = migrations) 

我已经运行了命令php artisan config:cache并且它已成功但我仍然无法配置phpMyAdmin来连接数据库?我该如何解决这个错误?

1 个答案:

答案 0 :(得分:0)

.envconfig目录中的文件中进行任何与配置相关的更改后,

您需要运行:

$ php artisan config:clear
相关问题