PostgreSQL 8.3 中設定 postgres 的密碼
參考自 澎湖人No1自由、免費軟體交流網
1. 啟動 postgresql
# service postgresql restart
2. 以 postgres 進入 PostgreSQL
# su postgres
3. 鍵入 psql -d postgres
bash-3.00$ psql -d postgres
密碼:
( 上面的 postgres 是指一個 DB,例如 mydb )
補充:
1. 安裝好的 pg ,postgres 是沒有密碼的。
2. pg 假設 local 下是安全,但 pgAdmin III 就連不入去。
3. 當 postgres 設好密碼後,便可增加 user 了。
沒有留言:
張貼留言