-
pgSQL
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.
-
Re: pgSQL
http://ftp12.us.postgresql.org/postg...ql-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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules