2016-06-07 03:04:58 -05:00
|
|
|
.. _connect_to_server:
|
|
|
|
|
2018-06-15 03:14:12 -05:00
|
|
|
**************************
|
2019-03-08 09:29:05 -06:00
|
|
|
`Connect to Server`:index:
|
2018-06-15 03:14:12 -05:00
|
|
|
**************************
|
2016-06-07 03:04:58 -05:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
Use the *Connect to Server* dialog to authenticate with a defined server and
|
|
|
|
access the objects stored on the server through the pgAdmin tree control. To
|
|
|
|
access the dialog, right click on the server name in the *pgAdmin* tree control,
|
|
|
|
and select *Connect Server...* from the context menu.
|
2016-06-07 03:04:58 -05:00
|
|
|
|
|
|
|
.. image:: images/connect_to_server.png
|
2018-01-11 10:58:30 -06:00
|
|
|
:alt: Connect to server dialog
|
2016-06-07 03:04:58 -05:00
|
|
|
|
|
|
|
Provide authentication information for the selected server:
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
* Use the *Password* field to provide the password of the user that is
|
|
|
|
associated with the defined server.
|
|
|
|
* Check the box next to *Save Password* to instruct the server to save the
|
|
|
|
password for future connections; if you save the password, you will not be
|
|
|
|
prompted when reconnecting to the database server with this server
|
|
|
|
definition.
|
2018-01-11 10:58:30 -06:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
When using SSH Tunneling, the *Connect to Server* dialog will prompt for the SSH
|
|
|
|
Tunnel and Database server passwords if not already saved.
|
2018-08-06 05:26:46 -05:00
|
|
|
|
|
|
|
.. image:: images/connect_to_tunneled_server.png
|
|
|
|
:alt: Connect to server dialog
|
|
|
|
|
|
|
|
Provide authentication information for the selected server:
|
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
* Use the *Password* field to provide the password of the user that is
|
|
|
|
associated with the defined server.
|
|
|
|
* Check the box next to respective *Save Password* to instruct the server to
|
|
|
|
save the password for future connections; if you save the password, you will
|
|
|
|
not be prompted when reconnecting to the database server with this server
|
|
|
|
definition.
|
2018-08-06 05:26:46 -05:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
The pgAdmin client displays a message in a green status bar in the lower right
|
|
|
|
corner when the server connects successfully.
|
2016-06-07 03:04:58 -05:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
If you receive an error message while attempting a connection, verify that your
|
|
|
|
network is allowing the pgAdmin host and the host of the database server to
|
|
|
|
communicate. For detailed information about a specific error message, please see
|
|
|
|
the :ref:`Connection Error <connect_error>` help page.
|
2016-06-07 03:04:58 -05:00
|
|
|
|
2019-03-08 09:29:05 -06:00
|
|
|
To review or modify connection details, right-click on the name of the server,
|
2023-04-03 02:40:24 -05:00
|
|
|
and select *Properties...* from the context menu.
|