PDOException SQLSTATE[HY000] [2002] No such file or directory
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 or php artisan db:seed ) I get an error message: [PDOException] SQLSTATE[HY000] [2002] No such file or directory At some point the migration must have worked, because my tables are there - but this doesn't explain why it isn't working for me now. 回答1: The error message indicates that a MySQL connection via socket is tried (which is not supported). In the context of Laravel (artisan),