PDOException SQLSTATE[HY000] [2002] No such file or directory

后端 未结 30 2555
南方客
南方客 2020-11-22 03:23

I believe that I\'ve successfully deployed my (very basic) site to fortrabbit, but as soon as I connect to SSH to run some commands (such as php artisan migrate

30条回答
  •  别跟我提以往
    2020-11-22 03:54

    In my case I had to remove the bootstrap/cache folder and try it again.

    My cenario was after a server migration.

提交回复
热议问题