如何将pgbouncer-1.4与PostgreSQL -9.0数据库集成

时间:2016-03-11 11:01:29

标签: database postgresql pgbouncer

enter link description here我是pgbouncer和postgreSQL数据库的新手。试图将pgbouncer与postgreSQL数据库集成。 安装成功pgbouncer后,启动pgbouncer时出错。

bash-3.2$ ./pgbouncer -d /etc/pgbouncer.ini
2016-03-11 05:18:21.549 25831 ERROR broken auth file
2016-03-11 05:18:21.549 25831 LOG File descriptor limit: 1024 (H:1024), max_client_conn:1000, max fds possible 1010
2016-03-11 05:18:21.550 25831 FATAL @src/main.c:739 in function main(): unix socket is in use,cannot continue 

请在此处分享一些想法如何解决此问题。

先谢谢 萨蒂亚

1 个答案:

答案 0 :(得分:0)

好吧 - 看起来你有两个问题。

  1. 您的身份验证文件有错误。
  2. 您正在尝试收听的套接字正在使用中。
  3. 你可能想:

    1. 阅读pgbouncer文档了解配置格式
    2. 确保你有pgbouncer监听PostgreSQL的另一个套接字(我假设这是在这里发生的事情)。