Windows 10 PowerShell password authentication failed for user

  • Thread starter Thread starter UserQLL
  • Start date Start date
U

UserQLL

Hi,I am learning database management and the course has exercises using PowerShell. We practice creating user by connecting to Postgres, but also to do so locally with command:PS C:\Users\*me*> createuser --interactiveEnter name of role to add: test_interactiveShall the new role be a superuser? (y/n) nShall the new role be allowed to create database? (y/n) nShall the new role be allowed to create more new roles? (y/n) yPassword:Password:createuser: error: connection to server at "localhost" (: :1), port 5432 failed: FATAL: password authentication failed for user "*me*"I have already tried w

Continue reading...
 
Back
Top