Postgres SQL: Installing Postgres SQL and PhpPgAdmin on Windows

Assuming you already have Apache and PHP installed and configured correctly, what you'll need now are:

These were the latest versions at time of writing, but it shouldn't vary the setup that much.

PostgreSQL

Installation for Postgre should be pretty straight forward.

Choose a place to stash it, give it a root password and skip through the bits that don't really matter to you.

phpPgAdmin

Extract phpPgAdmin and open up "conf\config.inc.php".

Change:

$conf['servers'][0]['host'] = '';

to

$conf['servers'][0]['host'] = 'localhost';

If you're unable to login (even though you're SURE the password is correct) and keep getting "Login disallowed for security reasons", see here.

 
Copyright © Twig's Tech Tips
Theme by BloggerThemes & TopWPThemes Sponsored by iBlogtoBlog