当我尝试连接到PostgreSQL时,收到以下消息:
Unable to connect to server:
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?当我安装PostgreSQL时,我得到了错误:
Problem running post-install step. Installation may not complete correctly. The database cluster initialisation failed.我的假设是我在PostgreSQL中的data文件夹有一些问题,因为data文件夹是空的。
发布于 2020-01-24 21:26:12
https://stackoverflow.com/questions/59897310
复制相似问题