简体   繁体   English

如何将 PostgreSQL Azure 云服务器与 SQL Developer 连接?

[英]How to connect PostgreSQL Azure Cloud Server with SQL Developer?

Does anyone know if there is any chance to connect a PostgreSQL Azure Cloud Server with SQLDeveloper?有谁知道是否有机会将 PostgreSQL Azure 云服务器与 SQLDeveloper 连接起来? If someone knows this may you could explain to me how it works.如果有人知道这一点,您可以向我解释它是如何工作的。 Or if it doesn't work which IDE should I use for it?或者,如果它不起作用,我应该使用哪个 IDE? Thanks for helping me out!谢谢你的协助!

You can connect azure PostgreSQL database using Azure Data Studio.您可以使用 Azure Data Studio 连接 azure PostgreSQL 数据库。 I tried to repro this and below are the steps to connect using ADS.我试着重现这个,下面是使用 ADS 连接的步骤。

  • Install Azure Data Studio and Click extensions on ADS and install PostgreSQL.在 ADS 上安装Azure Data Studio和 Click 扩展,然后安装 PostgreSQL。

在此处输入图像描述

  • Click on Connections and in servers, click new connection.单击“连接”,然后在服务器中单击“新建连接”。

在此处输入图像描述

  • Set Connection type to PostgreSQL and enter the connection details like Server name, username and password.将连接类型设置为PostgreSQL并输入服务器名称、用户名和密码等连接详细信息。 Click connect.单击连接。 在此处输入图像描述

在此处输入图像描述

Azure PostgreSQL DB is connected using Azure Data Studio. Azure PostgreSQL DB 使用 Azure Data Studio 连接。

Reference: MS document Quickstart: Connect and query PostgreSQL - Azure Data Studio |参考: MS 文档快速入门:连接和查询 PostgreSQL - Azure Data Studio | Microsoft Learn 微软学习

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

相关问题 如何在 Azure PostgreSQL 服务器上恢复 .dump 或 .sql - How to restore .dump or .sql on Azure PostgreSQL Server 如何使用 appscripts 连接到运行在云服务器上的 mysql 或 postgresql 数据库? - How to connect to mysql or postgresql database running on a cloud server with appscripts? SonarQube:如何连接到启用了SSL的Google Cloud Postgresql服务器 - SonarQube: How to connect to SSL enabled Google Cloud Postgresql server 将 SQL 服务器数据库连接到 PostgreSQL - Connect SQL Server database to PostgreSQL 如何连接到postgresql google云sql实例? 需要使用pg_restore命令导入postgresql转储 - How to connect to postgresql google cloud sql instance? Need to import postgresql dump using pg_restore command Django - App Engine - 云 SQL (PostgreSQL) - 操作错误:无法连接到服务器:连接被拒绝 - Django - App Engine - Cloud SQL (PostgreSQL) - OperationalError: could not connect to server: Connection refused 将本地Postgresql连接到Azure SQL - Connect On-Premises Postgresql to Azure SQL 如何使用C#连接Google Cloud PostgreSQL - How to connect Google Cloud PostgreSQL with C# PostgreSQL与SQL Developer问题 - PostgreSQL with SQL Developer Issue Oracle SQL 开发者和 PostgreSQL - Oracle SQL Developer and PostgreSQL
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM