Halaman

Jumat, 05 Februari 2016

Ubuntu 14.04 Postgre

As simple as this:
sudo apt-get install postgresql postgresql-contrib
createuser new_postgre_user
createdb new_postgre_user the_new_db

and then to login to psql
$ psql --host=127.0.0.1 --username=new_postgre_user --dbname=the_new_db

Voila!

Tidak ada komentar:

Posting Komentar