Thursday, 3 December 2015

postgis - password authentication failed for user "ASUS"


I'm creating table in PostgreSQL using these commands:


 shp2pgsql -s 32632 watershed.shp watershed > watershed.sql 

psql -f watershed.sql cambridge
psql -f watershed.sql cambridge

But I had this FATAL



password authentication failed for user "ASUS"



How to resolve this?


enter image description here




No comments:

Post a Comment