木曜日, 12月 24, 2009

postgresサーバーに認証するようにする

PostgreSQL のセキュリティ(Apache + PHP + PostgreSQL 実験室)

/data/pg_hba.conf で
local      all                                          md5
host all 127.0.0.1 255.255.255.255 md5


> psql test
でログインして
alter user postgres with password 'xxxx'
でパスワードを変更する。

0 件のコメント: