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

后端 未结 30 2587
南方客
南方客 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:38

    In my case i had no problem at all, just forgot to start the mysql service...

    sudo service mysqld start
    

提交回复
热议问题