Zilong Mobile Legends

Tuesday, March 17, 2015

Cara Install PostgreSQL di Ubuntu

Langsung aja ini cara singkatnya:

sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
 
untuk mengetesnya:
 
sudo -i -u postgres
 
 
Untuk menginstall PGADMIN nya:
 
melalui ubuntu software center, search dengan keyword  "PgAdmin"
 
jika pgadmin sudah terinstall, maka buka dan add server
 
name : bebas 
hostname : localhost
username : postgres
maintenanceDB : postgres
port : 5432 

jika error, maka set password postgres nya terlebih dahulu, buka terminal:
 
$ sudo -u postgres psql
postgres=#  \password 

kemudian set passwordnya.

Ulangi step untuk add servernya

name : bebas hostname : localhost 
username : postgres 
maintenanceDB : postgres 
port : 5432 
password : yang tadi anda buat di terminal. 
 
Untuk aktif module postgre :
sudo apt-get install php5-pgsql 
 
kemudian restart apache anda.
 
Jika module belum ada di phpinfo, coba lihat php.ini anda dan aktifkan:
extension=php_pgsql.so 

Related Posts by Categories



Bookmark and Share

0 comments: