【问题现象】
自搭postgres数据库,然后执行 #psql -U postgres 提示psql: FATAL: Peer authentication failed for user "postgres"
【解决】
切换到Linux用户postgres,然后执行psql:
$ su - postgres
-bash-4.2$ psql
【问题现象】
自搭postgres数据库,然后执行 #psql -U postgres 提示psql: FATAL: Peer authentication failed for user "postgres"
【解决】
切换到Linux用户postgres,然后执行psql:
$ su - postgres
-bash-4.2$ psql