Windows PostgreSQL monitoring configuration and remote connection

Source: Internet
Author: User
Tags md5 encryption postgresql

PostgreSQL server running on Windows, IP: 192.168.240.128

Configuration method:

1. Modify the server file your installation directory/postgresql/data/postgresql.conf file, change #listen_address = ' localhost ' to listen_address= ' * ‘。 Some default is to see the version.

2. Modify/Your installation directory/postgresql/data/gp_hba.conf file

In which you increase the IP of the client, as follows, note the last line:

# IPV4 Localconnections:

Host All 127.0.0.1/32 Trust

Host All 192.168.204.128/24 Trust

Increased server IP Listener 24 refers to the route trust refers to the connection method is not encrypted by default to MD5 encryption.

Description: Novice, simple record. Purely as a reference


Windows PostgreSQL monitoring configuration and remote connection

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.