laravel php artisan migrate 报错
我执行
php artisan migrate
报错
[PDOException]
SQLSTATE[HY000] [2002] No such file or directory
我在网上查找了资料,对
.env
和
database.php
文件配置都没问题
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
其中根据说法修改下面配置为
127.0.0.1
0.0.0.0
均无效
DB_HOST=localhost
另外此命令也无效
php artisan migrate --env=production
eqide
9 years, 4 months ago