【发布时间】:2021-10-29 13:52:33
【问题描述】:
在 Vagrant Homestead 中连接 psql 时出现以下错误:
psql: error: could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and
accepting TCP/IP connections on port 5432?
谁能分享一些关于在哪里查找错误的指示?
【问题讨论】:
标签: laravel postgresql vagrant homestead