How to use PostgreSQL studio to visually view the PostgreSQL database remotely

Source: Internet
Author: User
Tags postgresql zip tomcat

1. Download

To the website to download the latest PostgreSQL Studio, I downloaded pgstudio_1.2-bin. zip because there are no Tomcat in my computer.

If the computer has a good configuration of tomcat, you can download Pgstudio_1.2.zip, after decompression is a war package.

Download Address: http://www.postgresqlstudio.org/download/

2. Decompression

Unzip the compressed file to see the following directory:

3. Run

Run in Bin directory:

./catalina.sh Run

4. View

Input in the browser: localhost:8080 can see:

4. Modifying the remote database allows access to the edited pg_hba.conf file, adding the following sentence at the bottom of the file:

Host All 0.0.0.0/0 Trust

Edit the postgresql.conf file, look for the "listen_addresses" string, and then modify it as follows:

listen_addresses = ' * '

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/database/extra/

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.