【发布时间】:2020-06-20 14:31:23
【问题描述】:
【问题讨论】:
-
好像连接不上数据库,确定凭据正确吗
-
请以文字而非图片的形式包含错误消息。见stackoverflow.com/help/how-to-ask。
-
错误是:SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = ecom_db and table_name = migrations and table_type = 'BASE TABLE')
-
错误提示 PHP 无法连接到 MySQL 实例。如果您的数据库凭据正确,则清除您的配置缓存
php artisan config:cache然后再次运行php artisan migrate
标签: laravel