psql:无法连接到服务器:Windows中的连接被拒绝(0x0000274D / 10061)

时间:2012-12-26 12:20:00

标签: postgresql psql postgresql-8.3

我正在尝试从命令行运行psql.exe。我收到的错误如下。

C:\>cd C:\Program Files\PostgreSQL\8.3\bin

C:\Program Files\PostgreSQL\8.3\bin>psql.exe
psql: could not connect to server: Connection refused (0x0000274D/10061)
        Is the server running on host "???" and accepting
        TCP/IP connections on port 5432?

任何人都可以帮助解决问题。

提前致谢。

1 个答案:

答案 0 :(得分:3)

您需要提供一些参数:

C:\Program Files\PostgreSQL\8.3\bin> psql.exe -h localhost -U user -d database