For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > June 2006 > Re: [PHP-DB] Cant connect to postgresql 7.4 on FreeBSD









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] Cant connect to postgresql 7.4 on FreeBSD
chris smith

2006-06-17, 8:04 am

On 6/9/06, Arie Nugraha <dicarve@gmail.com> wrote:
> Hi list,
>
> yesterday i compile postgresql 7.4 in my FreeBSD 5.4 box.
> I manage to run the server smoothly without any problem.
> But then i try to connect with my php script with pg_connect function, and
> it returns an error like this :
>
> *cant make link. to many connection open*


You have too many connections to your database.

Either increase the number of connections your database accepts or
work out where all the connections are coming from and try to cut that
down.

--
Postgresql & php tutorials
http://www.designmagick.com/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com