[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-users:04115] Re: ご教示を



松岡さん こんにちは

> 「アドレス、ポート番号を確認して下さい」とメッセージが出て、
>
> adress:127.0.0.1, port:5432になっているのですが、postgresqlに接続
> できません。
>
> 自ホストのpostgresqlに接続する場合、特別な設定が必要なのでしょうか?

こちらで試した限り、クライアント接続でも自ホストのpostgresqlのDBに
接続するのもJavaPgaccessの設定が異なるのはIPアドレスのみです。
IPアドレスは 外部から接続するときと同じでも 127.0.0.1でもOKです。

原因は/etc/postgresql/pg_hba.conf 

*******************ORCAHPより**************************

/etc/postgresql/pg_hba.conf 

# 変更前
#local        all                                           ident sameuser
#host         all         127.0.0.1     255.0.0.0           ident sameuser
#host         all         0.0.0.0       0.0.0.0             reject
#                  ↓
# 変更後
local        all                                           ident sameuser
host         all         127.0.0.1     255.255.255.255     trust
host         all         192.168.0.0   255.255.0.0         trust
host         all         0.0.0.0       0.0.0.0             reject

**********************************************************

あるいは データーベース ユーザー パスワード の入力ミスも
可能性があります。

中山小児科内科医院
中山裕雄