2018-05-02から1日間の記事一覧

postgreSQLの接続設定

postgreSQL接続設定 postgresql.confの設定 $ su - postgres $ geany /etc/postgresql/10/main/postgresql.conf listen_addresses = '*' ←コメントを解除し、''内を * に修正 pg_hba.confの設定 '$ sudo geany pg_hba.conf' IPv4 local connections: host al…