adspace


How does pgadmin connect to remote database?

Answer Posted / Abhishek Swaroop

To connect pgAdmin to a remote database, you need to create a new server connection. Click on the 'Servers' tab in the left panel, then 'Server of type' and select PostgreSQL. Fill in the necessary details like host name or IP address, port number (default is 5432), database name, username, and password. After filling in all the details, click on 'Save' to create a new server connection.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959