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 commandS 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) yPasswordassword: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...
Continue reading...