service postgresql start
1. 不能直接用root來建立資料庫, 所以另外create一個OS的user
adduser jack
passwd jack
2. 建立/更改 OS user "postgres"的密碼
passwd postgres
3. 建立role (postgreSQL的)
su - postgres
createuser -d -a -P jeofflogout
4. 建立資料庫 createdb
createdb jack
http://blog.vinceliu.com/2008/02/looking-for-postgres-configurations.html
沒有留言:
張貼留言