【发布时间】:2018-07-03 01:27:45
【问题描述】:
为了创建数据库,我在终端运行命令: php工匠迁移
我明白了:
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 以连接到数据库?我该如何解决这个错误?
【问题讨论】:
-
显示您的配置代码
-
你有这样的用户和他的密码
-
我只是看了一下链接。问题:“laravelu”?我将我的项目命名为博客,所以我应该输入 laravel-blog 吗?或 laravelblog