报错:Connection database failed: SQLSTATE[08006] [7] could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?


原因:服务器远程失败、站点无法访问 之后重启服务器


解决分析:

1、看看服务里的 Postgres 服务的用户名、密码,必须用 postres 用户启动的。抄

2、鉴于重启后就启动不了,是不是服务设置手动,或者是安装了影子系统

3、会不会是安装的时候,上一次的安装没有卸袭载干净?

4、手动启动服务试试看,看看系统日志有没有相应内容分。

5、到 c:\program files下的安装目录(假设是windows)看看log 文件夹里的日志

6、进入cmd, netstat -na ,看看开了多少端口,很多病毒会强占许多端口,包zd括5432端口,如果5432被占用,肯定不行。netstat -navbo 会查看是哪个进程

7、安装的时候,locale 是不是选择了默认一路Next, 卸载,用locale = 'C'试试看!