Howtosetpgadmin S2
From Haiku Max Wiki
Open a tracker window go to the folder /boot/apps/Apache/htdocs/phpPgAdmin/conf. Copy the file config.inc.php-dist and rename it to config.inc.php. Open it by double clicking. This will open the file in StyledEdit.
Now find the line $conf['servers'][0]['host']=' ' and change it to $conf['servers'][0]['host']='127.0.0.1';. The file should now read:
// Hostname or IP address for server. Use for UNIX domain socket. $conf['servers'][0]['host'] = '127.0.0.1';
Save the file and exit.
