1
PostgreSQL在Ubuntu重启后拒绝TCP / IP连接
这让我感到困惑。 我重新启动了ubuntu服务器,现在尝试与pgadmin连接,并得到以下信息: could not connect to server: Connection timed out (0x0000274C/10060) Is the server running on host "<ip.address>" and accepting TCP/IP connections on port 5432? 在我的postgresql.conf文件中 listen_addresses = '*' 在我的pg_hba.conf中 # DO NOT DISABLE! # If you change this first entry you will need to make sure that the # …