pgSQL

Shadow121

Member
Messages
901
Reaction score
0
Points
16
I'm wanting to install pgSQL on my localhost i'm using XAMPP latest which is php 5.2.3 and such but i was wondering which package to get from: http://ftp12.us.postgresql.org/postgresql/v8.2.4/ in order to set it up and all that. sorta like what PHP has done like lets you get the main things with extensions and all that.
 

Tyrael

New Member
Messages
71
Reaction score
0
Points
0
http://ftp12.us.postgresql.org/postgresql/win32/postgresql-8.2.4-1.zip

Its easy: You have to install it, it will be a few question:
The installer will ask you for an account for the postgresql (it will run with a different account like on linux).
Then you must give a password for the root(postgres) db account.
And finaly, you have to comment out the pgsql module in the php.ini wich located in xampp/bin.
Then restart the apache, and you should be fine.

Tyrael
 
Top