Friday, 7 July 2017

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