On Sun, Nov 20, 2011 at 10:33 AM, Amitabh Kant <amitabhkant(at)gmail(dot)com> wrote:
>
> 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.
Port numbers are correct.
Auth_file has text in this format:
"username" "password in plain text"
"username2" "password2 in plain text"
..
Is this incorrect?