error: SQLSTATE[08006] [7] could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?<br/>
effectively doing netstat it is not running:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:2855 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 0.0.0.0:2856 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 16802/memcached
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 16004/nginx: master
tcp 0 0 127.0.0.1:8021 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 734/sshd
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 16004/nginx: master
tcp 0 464 149.202.48.43:22 5.158.67.106:45299 ESTABLISHED 752/sshd: root@pts/
tcp6 0 0 :::22 :::* LISTEN 734/sshd
any ideas?
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?<br/>
effectively doing netstat it is not running:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:2855 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 0.0.0.0:2856 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 16802/memcached
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 16004/nginx: master
tcp 0 0 127.0.0.1:8021 0.0.0.0:* LISTEN 555/freeswitch
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 734/sshd
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 16004/nginx: master
tcp 0 464 149.202.48.43:22 5.158.67.106:45299 ESTABLISHED 752/sshd: root@pts/
tcp6 0 0 :::22 :::* LISTEN 734/sshd
any ideas?