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

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...