2012-09-06
install postgreSQL 9.1 on Mac OS X
(1) create UNIX user postgres
as a normal account
installする前に,'postgres'を作っておかないとうまくいかない。
(2) fink install postgresql91
(3) chmod 700 /sw/var/postgresql-9.1/data
これをやる前には,以下のerrorが出た。
bash-3.2$ FATAL: data directory "/sw/var/postgresql-9.1/data" has group or world access
DETAIL: Permissions should be u=rwx (0700).
(4) start DB
pg_ctl start -D /sw/var/postgresql-9.1/data
http://www.postgresql.jp/document/9.1/html/index.html
0 件のコメント:
コメントを投稿