ubuntu server 12.04 安裝postgresql 9.2
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get update
sudo apt-get install postgresql-9.2
安裝完畢後修改資料庫的預設使用者postgres的密碼
sudo -u postgres psql
ALTER USER postgres WITH PASSWORD ‘postgres’;
\q //退出
修改linux系統的postgres使用者的密碼,先清空該使用者的密碼
sudo passwd -d postgres
sudo -u postgres passwd
修改配置檔案
vi /etc/postgresql/9.2/main/postgresql.conf
#listen_addresses = ‘localhost’改為 listen_addresses = ‘*’
#password_encryption = on改為password_encryption = on
vi /etc/postgresql/9.2/main/pg_hba.conf
新增 host all all 0.0.0.0 0.0.0.0 md5
最後重啟 /etc/init.d/postgresql restart
接下來就可以登入操作了
psql -U postgres -h 127.0.0.1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9521459/viewspace-759918/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝Redmine 2.3.0(Ubuntu 12.04 Server)UbuntuServer
- ubuntu 12.04安裝OpenGLUbuntu
- 用U盤安裝ubuntu 12.04Ubuntu
- ubuntu12.04 lts 安裝gcc 4.8UbuntuGC
- 怎樣安裝在ubuntu12.04上安裝mysqlUbuntuMySql
- ubuntu12.04 桌面版 jdk 安裝UbuntuJDK
- Ubuntu下PostgreSQL的安裝UbuntuSQL
- ubuntu12.04下怎麼安裝QT4.0UbuntuQT
- 在 Ubuntu 12.04 上安裝 Graphite 監控工具Ubuntu
- ubuntu 12.04 mediawiki 安裝配置及備份恢復Ubuntu
- Ubuntu下離線安裝PostgreSQLUbuntuSQL
- 從原始碼製作iDempiere Server安裝軟體(Ubuntu Desktop 12.04 LTS 64位)原始碼IDEServerUbuntu
- 升級至Ubuntu 12.04 Server的二三事UbuntuServer
- sas 9.2 安裝。
- Ubuntu Server 24 安裝 PrometheusUbuntuServerPrometheus
- Ubuntu系統安裝 PostgreSQL詳細教程。UbuntuSQL
- Ubuntu14.04安裝postgresql9.4UbuntuSQL
- Ubuntu下Postgresql-8.4安裝及配置UbuntuSQL
- 怎樣在Ubuntu 13.04,12.10,12.04安裝Qmmp 0.7.2Ubuntu
- virtualbox ubuntu 安裝 openssh-serverUbuntuServer
- VMware 安裝 Ubuntu Server 18.04.5 LTSUbuntuServer
- Ubuntu Server 24.04 LTS 安裝記事UbuntuServer
- Ubuntu 12.04配置SSHUbuntu
- linux下Postgresql-9.2安裝及資料庫的建立過程LinuxSQL資料庫
- Ubuntu 20.04 安裝VNC Server的教程。UbuntuVNCServer
- linux -- Ubuntu Server 安裝圖形介面LinuxUbuntuServer
- ubuntu server 14.10 安裝 nodejsUbuntuServerNodeJS
- Ubuntu server 20.04詳細安裝教程UbuntuServer
- Ubuntu Server安裝介面並VNC連線UbuntuServerVNC
- Ubuntu12.04(32位)安裝Oracle 11g(32位)全過程UbuntuOracle
- 用squid配置代理伺服器(基於Ubuntu Server 12.04)UI伺服器UbuntuServer
- ubuntu安裝postgresql10以及pgadmin4UbuntuSQL
- 通過 PXE 自動化安裝 Ubuntu ServerUbuntuServer
- vsphere vcenter server下安裝ubuntu的vmwaretoolsServerUbuntu
- 網路全自動安裝ubuntu server薦UbuntuServer
- Luckfox Pico Ubuntu server 安裝桌面環境UbuntuServer
- 【預研】Storm Ubuntu 12.04 64 bit 的單機版本的安裝和執行ORMUbuntu
- Redhat9.2 安裝MySQL5.0RedhatMySql