小小的天 有大大的夢想
You got a dream, you gotta protect it!
顯示具有
PostgreSQL
標籤的文章。
顯示所有文章
顯示具有
PostgreSQL
標籤的文章。
顯示所有文章
2010年7月5日 星期一
PostgreSQL安裝
Debian安裝PostgreSQL
# apt-get install postgresql
要登入PostgreSQL,必須以postgres的身份執行
# su postgres
# psql template1
接著便可新增使用者(可新增資料庫及使用者的權限)
create user 帳號 with password '密碼' createdb createuser;
修改密碼
alter user 帳號 with password '新密碼';
較舊的文章
首頁
訂閱:
文章 (Atom)