From: | Amitabh Kant <amitabhkant(at)gmail(dot)com> |
---|---|
To: | Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> |
Cc: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pgbouncer-general(at)pgfoundry(dot)org |
Subject: | Re: Installed. Now what? |
Date: | 2011-11-20 02:33:43 |
Message-ID: | CAPTAQBLn9_67VL1GqKVaYt5LMzdAsRx-7-VyZoMJVoorufpTxw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Nov 20, 2011 at 4:14 AM, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com>wrote:
> On Sun, Nov 20, 2011 at 3:35 AM, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
> wrote:<snip>
>
> [databases]
> MYDB = host=127.0.0.1 dbname=MYDB user=MYUSER client_encoding=utf8
> port=5432
>
> ;; Configuation section
> [pgbouncer]
> logfile = /var/log/pgbouncer.log
> pidfile = /var/run/pgbouncer/pgbouncer.pid
> ; ip address or * which means all ip-s
> listen_addr = 127.0.0.1
> listen_port = 6543
> auth_type = trust
> auth_file = /var/lib/pgsql/pgbouncer.txt
>
> admin_users = postgres
> stats_users = stats, root
> pool_mode = session
> server_reset_query = DISCARD ALL
>
> ;;; Connection limits
> ; total number of clients that can connect
> max_client_conn = 1500
> default_pool_size = 50
>
>
I am assuming the difference in the port numbers between your config file
and php code is a typing error.
Does the auth file (/var/lib/pgsql/pgbouncer.txt) contain valid login
credentials to your database? If I remember correctly, it should have the
username and password to your database.
Amitabh
From | Date | Subject | |
---|---|---|---|
Next Message | Phoenix Kiula | 2011-11-20 02:35:11 | Re: Installed. Now what? |
Previous Message | Phoenix Kiula | 2011-11-20 02:28:48 | Re: Logging not working |