gpt4 book ai didi

mysql - 为什么 PHP artisan migrate 命令显示错误?

转载 作者:行者123 更新时间:2023-11-29 09:29:17 25 4
gpt4 key购买 nike

我尝试在window 7上运行xampp。我的php版本是php 7.3.2。运行 composer install 后,我运行 php artisan migrate

我的错误是:

SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'inventory' (SQL: select * from information _schema.tables where table_schema = inventory and table_name = migrations)

SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'inventory'

最佳答案

Specify your DB configuration as per below: also make sure you have created a database.

DB_DATABASE= db_name
DB_USERNAME= user_name
DB_PASSWORD= password

确保您的 xampp 正在运行。

然后编辑 .env 文件后运行以下命令。

php artisan config:clear

然后运行,

php artisan migrate

关于mysql - 为什么 PHP artisan migrate 命令显示错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59045561/

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