从Windows Linux子系统无法连接Windows 10 psql

时间:2018-11-12 18:48:50

标签: django windows windows-subsystem-for-linux

我已经在Windows 10中安装了psql10。它已成功安装并正确在端口5432中运行。我正在从Linux子系统中尝试将我的应用程序与psql 10连接。但是出现此错误

django.db.utils.OperationalError: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

我正在考虑的一种可能的解决方案是在Linux子系统中安装psql,但我认为可能可以通过某种方式连接psql。我是Windows10的新用户。

0 个答案:

没有答案