正在运行我的Postgresql服务器,但没有获得端口5432!我的操作系统是Ubuntu服务器
netstat -anpt | grep LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 8863/sshd
tcp 0 0 xxx.xxx.xxx.xxx:1080 0.0.0.0:* LISTEN 27034/sockd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 11068/smtpd
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 7799/mysqld
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 191/rpcbind
tcp6 0 0 :::22 :::* LISTEN 8863/sshd
tcp6 0 0 :::25 :::* LISTEN 11068/smtpd
tcp6 0 0 :::111 :::* LISTEN 191/rpcbind