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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 怎樣在Ubuntu 13.04,12.10,12.04安裝Qmmp 0.7.2Ubuntu
- Ubuntu下PostgreSQL的安裝UbuntuSQL
- Ubuntu Server 24 安裝 PrometheusUbuntuServerPrometheus
- Ubuntu下離線安裝PostgreSQLUbuntuSQL
- VMware 安裝 Ubuntu Server 18.04.5 LTSUbuntuServer
- virtualbox ubuntu 安裝 openssh-serverUbuntuServer
- Ubuntu 20.04 安裝VNC Server的教程。UbuntuVNCServer
- Ubuntu server 20.04詳細安裝教程UbuntuServer
- Ubuntu Server 24.04 LTS 安裝記事UbuntuServer
- Ubuntu系統安裝 PostgreSQL詳細教程。UbuntuSQL
- Ubuntu Server安裝介面並VNC連線UbuntuServerVNC
- Luckfox Pico Ubuntu server 安裝桌面環境UbuntuServer
- ubuntu安裝postgresql10以及pgadmin4UbuntuSQL
- Ubuntu Server 24.04 LTS 安裝 Docker 與 Docker ComposeUbuntuServerDocker
- 通過 PXE 自動化安裝 Ubuntu ServerUbuntuServer
- 【Ubuntu】Win11 VmWare虛擬機器安裝Ubuntu 22.04.1-serverUbuntu虛擬機Server
- Ubuntu Server 16.04伺服器版安裝圖解教程UbuntuServer伺服器圖解
- Ubuntu server 24.04 LTS 安裝後要做的工作記事UbuntuServer
- 華為雲Ubuntu 22.04 server 64bit 安裝dockerUbuntuServerDocker
- Ubuntu 18.04 server安裝+搭建Seacms v10.1網站UbuntuServerACM網站
- rhel9.2離線下載安裝包,並安裝
- 安裝並使用 Ubuntu Server 的一些注意事項UbuntuServer
- 安裝 UbuntuUbuntu
- ubuntu安裝Ubuntu
- [保姆教程] [Postgres] 3分鐘在Ubuntu環境下安裝PostgresqlUbuntuSQL
- Ubuntu解除安裝和安裝Ubuntu
- postgresql安裝(source)SQL
- Postgresql——postgis安裝SQL
- PostgreSQL:Redhat 8.5 + PostgreSQL 14.5 安裝SQLRedhat
- Ubuntu 安裝 ImagickUbuntu
- ubuntu 安裝tsensorUbuntu
- ubuntu工具安裝Ubuntu
- Ubuntu安裝APMServerUbuntuServer
- ubuntu安裝dockerUbuntuDocker
- ubuntu 安裝 rosUbuntuROS
- 【ubuntu】安裝MavenUbuntuMaven
- Ubuntu安裝gitUbuntuGit
- nginx ubuntu 安裝NginxUbuntu
- Ubuntu硬碟安裝Ubuntu硬碟