首页 > 代码库 > psql: 致命错误: 用户 "libreplan" Ident 认证失败

psql: 致命错误: 用户 "libreplan" Ident 认证失败

psql: 致命错误:  用户 "***" Ident 认证失败 或

psql: FATAL: Ident authentication failed for user “username”, mais pourquoi donc ?

解决办法:修改"pg_hba.conf"文件中认证方式"METHOD"为"md5"或"trust",具体参考文件中的说明。