【问题标题】:Error on php artisan migrate, Illuminate\Database\QueryExceptionphp artisan migrate 出错,Illuminate\Database\QueryException
【发布时间】:2020-03-19 14:20:57
【问题描述】:

我尝试执行 php artisan migrate ,但出现错误。

我检查了数据库、用户名、密码,我用 sudo 试过了,但没有任何效果。

【问题讨论】:

标签: laravel postgresql laravel-7


【解决方案1】:

我找到了解决办法。

第一件事:(访问 laravel.log)

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache

第二个:

sudo apt install php7.2-pgsql

【讨论】:

    猜你喜欢
    • 2020-01-20
    • 2020-04-19
    • 2021-12-11
    • 2021-01-05
    • 2018-12-17
    • 2020-08-16
    • 2018-11-12
    • 2017-09-28
    • 2020-09-30
    相关资源
    最近更新 更多