psql postgrespsql 접속하려는데 

root" 롤(role) 없음 오류가 나오면 이렇게 해결하면 됨

 

root 사용자에서 postgres 사용자로 변경 후 다시 시도

[root@localhost ~]# psql postgres
psql: 오류: "/run/postgresql/.s.PGSQL.5432" 소켓으로 서버 접속 할 수 없음: 치명적오류:  "root" 롤(role) 없음
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# su - postgres
[postgres@localhost ~]$ psql postgres
psql (16.3)
도움말을 보려면 "help"를 입력하십시오.

postgres=#

+ Recent posts