为了创建数据库,我在终端中运行命令: 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
来连接数据库?我该如何解决这个错误?
答案 0 :(得分:0)
在.env
或config
目录中的文件中进行任何与配置相关的更改后,
您需要运行:
$ php artisan config:clear