无法连接到服务器pgadmin4

时间:2020-01-19 14:03:20

标签: postgresql pgadmin pgadmin-4

尝试添加服务器时(这是我的第一次安装)

配置:

postgres 12

centos 7

pgadmin 4

我明白了

SHOW listen_addresses;
listen_addresses 
------------------
localhost

每个

psql -h localhost aps19
psql (12.1, server 9.2.24)
Type "help" for help.

aps19=> 

我可以通过psql进行网络连接

xxx=> show port   
xxx-> ;
port 
------
5432

我正在监听5432端口

我可以从本地主机通过Java建立TCP连接 PostgreSQL的> PSQL的 psql(12.1,服务器9.2.24) 键入“帮助”以获得帮助。

postgres=# 
postgres=# alter user postgres with password 'postgres';
ALTER ROLE
postgres=# 

每个How connect Postgres to localhost server using pgAdmin on Ubuntu?

psql(12.1,服务器9.2.24) 键入“帮助”以获得帮助。

netstat -a | grep 5432
unix  2      [ ACC ]     STREAM     LISTENING     30611    /tmp/.s.PGSQL.5432
unix  2      [ ACC ]     STREAM     LISTENING     30602    /var/run/postgresql/.s.PGSQL.5432

@android:id/switch_widget

1 个答案:

答案 0 :(得分:0)

使用“ ifconfig” cmd查找名称为dock0的真实码头工人ip。

然后使用它作为用户名登录。