Search
 
SCRIPT & CODE EXAMPLE
 

SQL

how to connect aws postgresql database using pgadmin 4

To connect to your RDS for PostgreSQL DB instance using pgAdmin

1. Launch the pgAdmin application on your client computer.

2. On the Dashboard tab, choose Add New Server.

3. In the Create - Server dialog box, type a name on the General tab to identify the server in pgAdmin.

4. On the Connection tab, type the following information from your DB instance:

5. For Host, type the endpoint, for example mypostgresql.c6c8dntfzzhgv0.us-east-2.rds.amazonaws.com.

6. For Port, type the assigned port.

7. For Username, type the user name that you entered when you created the DB instance (if you changed the 'master username' from the default, postgres).

8. For Password, type the password that you entered when you created the DB instance.
Comment

PREVIOUS NEXT
Code Example
Sql :: sql case 1 add a string 
Sql :: site:av.ru "files" 
Sql :: how to reset AI in sql 
Sql :: pg_dump backup postgresql 
Sql :: reset sql primary key 
Sql :: the differnece between to values in sql 
Sql :: android sqlite query con join 
Sql :: sql select column name like from multiple tables 
Sql :: how to see password mysql vestacp 
Sql :: yesql 
Sql :: oracle query to see what scema i am working in 
Sql :: row_number equivalent MS Access for sequential id By Group 
Sql :: custom row number 
Sql :: select A from B join C as D using E where F match G order by H desc 
Sql :: update values in select statement sql 
Sql :: how to know if table in rigt or left in sql 
Sql :: oracle index hint multiple tables example 
Sql :: mysql select 
Sql :: mysql join 
Sql :: import data from excel to sql server automatically 
Sql :: sql first day quarter 
Sql :: Insert results of a stored procedure into a temporary table 
Sql :: sql show custom constraints 
Csharp :: oncollisionenter is declared but never used 
Csharp :: c# get executable path 
Csharp :: how to set a vector 3 variable in csharp 
Csharp :: textmeshpro text 
Csharp :: how to print a variable in c# with text 
Csharp :: blazor get current url 
Csharp :: unity editor select object in script 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =