简体   繁体   English

我是否需要像 pgAdmin4 这样的客户端 gui 来访问 AWS RDS postgreSQL 实例,还是有办法通过命令行访问它?

[英]Do I need a client gui like pgAdmin4 to access an AWS RDS postgreSQL instance or is there a way I can access it via command line?

Is there a way to access an AWS RDS PostgreSQL instance via command line ( psql )?有没有办法通过命令行 ( psql ) 访问 AWS RDS PostgreSQL 实例?

Or is it necessary to use a GUI client like pgAdmin to connect to the database?或者是否需要使用 pgAdmin 之类的 GUI 客户端来连接数据库?

You could use a SQL client like DBeaver or you could use the command line tool “psql”.您可以使用像 DBeaver 这样的 SQL 客户端,也可以使用命令行工具“psql”。 If you're accessing a private RDS instance, you might have to likely use a bastion host to connect from outside the VPC.如果您正在访问私有 RDS 实例,您可能必须使用堡垒主机从 VPC 外部进行连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在没有pgAdmin4的情况下安装postgresql吗? - Can I install postgresql without pgAdmin4? Odoo 10 - 即使 pg_hba.conf 更改,也无法通过 pgAdmin4 访问 Postgresql (9.5) - Odoo 10 - Can't access Postgresql (9.5) via pgAdmin4 even with pg_hba.conf changes pgAdmin4:远程访问 PostgreSQL 服务器 - pgAdmin4: remote access to PostgreSQL server 无法从 pgadmin4 连接到 AWS RDS postgres 实例 - unable to connect to AWS RDS postgres instance from pgadmin4 如果我使用 PostgreSQL,我还需要服务器吗? 像 AWS RDS? - If I'm using PostgreSQL, do I need a server too? Like AWS RDS? 如何使用带有 pgadmin4 客户端的 Docker Toolbox 连接到 postgresql 实例 - How to connect to postgresql instance in with Docker Toolbox with pgadmin4 client 无法使用 pgAdmin 访问 RDS 上的 Db 实例 - Can't access the Db instance on RDS using pgAdmin 无法从远程服务器访问PostgreSQL数据库,但是我可以使用pgAdmin客户端访问 - Unable to access PostgreSQL database from remote server but i'm able to access with pgAdmin client 如何在 Postgresql (pgAdmin4) 中导入日期样式不一致的数据集? - How do I import dataset with inconsistent date style in Postgresql (pgAdmin4)? PostgreSQL pgAdmin III与AWS RDS实例的SSL连接 - PostgreSQL pgAdmin III SSL connection to AWS RDS instance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM