我刚安装了pgAdmin-4,并尝试连接到随其安装的默认服务器(PostgreSQL 9.5)。它要求输入密码(我默认假设它是“postgres”),但是,我一直收到以下消息:
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?
我正在使用Windows 7.
有关如何解决此问题的任何想法?
答案 0 :(得分:0)
首先要从问题中删除pgadmin
。尝试使用psql
连接命令行 - 如果您收到相同的消息,则表示问题不在于pgadmin。如果psql继续存在问题,则可能是postgresql的配置不完整。问题可能出在文件pg_hba.conf中 - 此文件控制允许谁连接到后端。您还可以使用适当的Windows实用程序检查服务器应用程序是否正在运行。