我已经在我的Ubuntu Karmic框中安装了Postgresql和pgAdminIII。
我可以使用pgAdminIII成功(即连接/登录),但是当我尝试使用相同的用户名/ pwd在命令行(使用psql)登录服务器,我得到错误:
psql: FATAL: Ident authentication Failed for user "postgres"
现在有人现在如何解决这个问题吗?
你在pg_hba.conf中设置了正确的设置吗?
原文链接:https://www.f2er.com/postgresql/194089.html见https://help.ubuntu.com/stable/serverguide/postgresql.html怎么做。