- su - postgres
- psql
- show hba_file;
- vi the hba_file and comment out all default settings
- add a line "local all all md5"
- now it works from command line and phpPgAdmin web screen
Saturday, February 21, 2009
PostgreSQL Authentication
PostgreSQL default authentication control really sucks. I modified it like this,
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment