Re: Problems in connecting to postgreSQL using PHP

Lists: pgsql-php
From: "Kitty Yuen" <kitty3a(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 04:25:17
Message-ID: b3efba5a0703112125s23b7eac1u60639be8ac06def4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 커뮤니티SQL : Postg토토 커뮤니티SQL 메일 링리스트 : 2007-03-12 이후 PGSQL-PHP 04:25

Hi,

I am trying to connect my postgreSQL with PHP in localhost. I have start up
the server with -i flag (i.e. postmaster -D /usr/local/pgsql/data -i &) and
edit the pg_hba.conf. However, I still cannot connect with the database.
But, when I tried to remote access the database through SSH and I can
connect with it.

Would you please offer any suggestions or solutions?

Many thanks,
Kitty3A


From: Matthew Terenzio <matt(at)jobsforge(dot)com>
To: "Kitty Yuen" <kitty3a(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 12:35:45
Message-ID: f22361d85ef58b122d12731d3888a589@jobsforge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Could you provide any PHP errors or the pg_hba.conf ?

On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:

> Hi,
>  
> I am trying to connect my postgreSQL with PHP in localhost. I have
> start up the server with -i flag (i.e. postmaster -D
> /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I still
> cannot connect with the database. But, when I tried to remote access
> the database through SSH and I can connect with it.
>  
> Would you please offer any suggestions or solutions?
>  
> Many thanks,
> Kitty3A 


From: Thomas Schindler <ts(at)schindlermedia(dot)com>
To: Matthew Terenzio <matt(at)jobsforge(dot)com>
Cc: "Kitty Yuen" <kitty3a(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 13:19:28
Message-ID: 0467F3FE-468F-444A-B3BF-1B3C2CEE8A13@schindlermedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

how do i get off this list?

On Mar 12, 2007, at 12:35 PM, Matthew Terenzio wrote:

> Could you provide any PHP errors or the pg_hba.conf ?
>
> On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
>
>> Hi,
>>
>> I am trying to connect my postgreSQL with PHP in localhost. I have
>> start up the server with -i flag (i.e. postmaster -D /usr/local/
>> pgsql/data -i &) and edit the pg_hba.conf. However, I still cannot
>> connect with the database. But, when I tried to remote access the
>> database through SSH and I can connect with it.
>>
>> Would you please offer any suggestions or solutions?
>>
>> Many thanks,
>> Kitty3A
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

--
Thomas Schindler . Geschäftsführer
hundertelf GmbH . HRB 52839
Philippstraße 6 . 50823 Köln
fon +49 (0)221 - 5897566
cel +49 (0)162 - 9034568
fax +49 (0)221 - 35569618
thomas(dot)schindler(at)hundertelf(dot)com
www.hundertelf.com

Attachment Content-Type Size
Thomas Schindler.vcf text/directory 1.0 KB

From: Valentín Orfila <valentinorfila(at)gmail(dot)com>
To: "Matthew Terenzio" <matt(at)jobsforge(dot)com>
Cc: "Kitty Yuen" <kitty3a(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 13:37:37
Message-ID: 6b8c0db0703120637r2b7e010pbc3f2e403f61531e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Hi!!! I'm Venezuelan and I don't know how to speak english very well, so
excuse me if i make a mistake.

About the connection: Did you do your script by yourself?, or copied a
functional one?

As Thomas Schindler said, send us any PHP errors or the pg_hba.conf ?

Here is my connection script, it is completly good check it out to see if
you have anything wrong

<? /*---------------*/
$servidor = "localhost";
$base = "databasename"; //change it
$usuario = "postgresuser"; //change it
$password = "postgresuser"; //change it

pg_pconnect("host=$servidor dbname=$base user=$usuario
password=$password");

?>

That's all what I can do for now

2007/3/12, Matthew Terenzio <matt(at)jobsforge(dot)com>:
>
> Could you provide any PHP errors or the pg_hba.conf ?
>
> On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
>
> > Hi,
> >
> > I am trying to connect my postgreSQL with PHP in localhost. I have
> > start up the server with -i flag (i.e. postmaster -D
> > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I still
> > cannot connect with the database. But, when I tried to remote access
> > the database through SSH and I can connect with it.
> >
> > Would you please offer any suggestions or solutions?
> >
> > Manythanks,
> > Kitty3A
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

--
***************************************************************************
Ministerio de Planificación y Desarrollo de la República Bolivariana de
Venezuela
Dirección de Planes de Personal

José Valentín Orfila Briceño
Programador II

Teléfonos: Celular: (0416) 4131418

E-mail: valentinorfila(at)gmail(dot)com
valentinorfila(at)hotmail(dot)com
josevalentinorfila(at)yahoo(dot)com

Messenger: valentinorfila(at)hotmail(dot)com

Skype: valentinorfila
valentinorfila(at)gmail(dot)com
***************************************************************************


From: Valentín Orfila <valentinorfila(at)gmail(dot)com>
To: "Matthew Terenzio" <matt(at)jobsforge(dot)com>
Cc: "Kitty Yuen" <kitty3a(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 13:41:22
Message-ID: 6b8c0db0703120641j4539003ck49f28edb02408ae9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

here is the script again

<? /*---------------*/
$servidor = "localhost";
$base = "databasename"; //change it
$usuario = "postgresuser"; //change it
$password = "postgresuserpassword"; //change it

pg_pconnect("host=$servidor dbname=$base user=$usuario
password=$password");

?>

2007/3/12, Valentín Orfila <valentinorfila(at)gmail(dot)com>:
>
> Hi!!! I'm Venezuelan and I don't know how to speak english very well, so
> excuse me if i make a mistake.
>
> About the connection: Did you do your script by yourself?, or copied a
> functional one?
>
> As Thomas Schindler said, send us any PHP errors or the pg_hba.conf ?
>
> Here is my connection script, it is completly good check it out to see if
> you have anything wrong
>
> <? /*---------------*/
> $servidor = "localhost";
> $base = "databasename"; //change it
> $usuario = "postgresuser"; //change it
> $password = "postgresuser"; //change it
>
> pg_pconnect("host=$servidor dbname=$base user=$usuario
> password=$password");
>
> ?>
>
> That's all what I can do for now
>
> 2007/3/12, Matthew Terenzio <matt(at)jobsforge(dot)com>:
> >
> > Could you provide any PHP errors or the pg_hba.conf ?
> >
> > On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
> >
> > > Hi,
> > >
> > > I am trying to connect my postgreSQL with PHP in localhost. I have
> > > start up the server with -i flag ( i.e. postmaster -D
> > > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I still
> > > cannot connect with the database. But, when I tried to remote access
> > > the database through SSH and I can connect with it.
> > >
> > > Would you please offer any suggestions or solutions?
> > >
> > > Manythanks,
> > > Kitty3A
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: Don't 'kill -9' the postmaster
> >
>
>
>
> --
>
> ***************************************************************************
> Ministerio de Planificación y Desarrollo de la República Bolivariana de
> Venezuela
> Dirección de Planes de Personal
>
> José Valentín Orfila Briceño
> Programador II
>
> Teléfonos: Celular: (0416) 4131418
>
> E-mail: valentinorfila(at)gmail(dot)com
> valentinorfila(at)hotmail(dot)com
> josevalentinorfila(at)yahoo(dot)com
>
> Messenger: valentinorfila(at)hotmail(dot)com
>
> Skype: valentinorfila
> valentinorfila(at)gmail(dot)com
> ***************************************************************************
>

--
***************************************************************************
Ministerio de Planificación y Desarrollo de la República Bolivariana de
Venezuela
Dirección de Planes de Personal

José Valentín Orfila Briceño
Programador II

Teléfonos: Celular: (0416) 4131418

E-mail: valentinorfila(at)gmail(dot)com
valentinorfila(at)hotmail(dot)com
josevalentinorfila(at)yahoo(dot)com

Messenger: valentinorfila(at)hotmail(dot)com

Skype: valentinorfila
valentinorfila(at)gmail(dot)com
***************************************************************************


From: Chris <dmagick(at)gmail(dot)com>
To: Thomas Schindler <ts(at)schindlermedia(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-12 23:09:20
Message-ID: 45F5DDA0.9030505@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Thomas Schindler wrote:
> how do i get off this list?

Find where you subscribed and choose the unsubscribe option?

Click the unsubscribe link that appears randomly in the footers?

Or even follow the links in the email headers included with every email.

List-Unsubscribe: <mailto:majordomo(at)postgresql(dot)org?body=unsub%20pgsql-php>

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


From: "Kitty Yuen" <kitty3a(at)gmail(dot)com>
To: "Matthew Terenzio" <matt(at)jobsforge(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-13 02:27:13
Message-ID: b3efba5a0703121927p7247f399ueadc006d9a78a88f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Here are my error messages from PHP:

[Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning:
pg_connect()
[<a href='function.pg-connect'>function.pg-connect</a>]: Unable to connect
to PostgreSQL server: could not connect to server: Permission denied\n\tIs
the server running locally and accepting\n\tconnections on Unix domain
socket &quot;/tmp/.s.PGSQL.5432&quot;? in /var/www/html/try.php on line 3

[Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning:
pg_last_error()
[<a href='function.pg-last-error'>function.pg-last-error</a>]: No PostgreSQL
link opened yet in /var/www/html/try.php on line 4

PHP Code:

<?php

// Connecting, selecting database

$dbconn = pg_connect("dbname=test user=postgres")

or die('Could not connect: ' . pg_last_error());

// Performing SQL query

$query = 'SELECT * FROM haha';

$result = pg_query($query) or die('Query failed: ' . pg_last_error());

// Printing results in HTML

echo "<table>\n";

while ($line = pg_fetch_array($result, null, PGSQL_ASSOC)) {

echo "\t<tr>\n";

foreach ($line as $col_value) {

echo "\t\t<td>$col_value</td>\n";

}

echo "\t</tr>\n";

}

echo "</table>\n";

// Free resultset

pg_free_result($result);

// Closing connection

pg_close($dbconn);

*pg_hba.cof*

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# "local" is for Unix domain socket connections only

local all all trust

# IPv4 local connections:

host all all 127.0.0.1/32 trust

# IPv6 local connections:

host all all ::1/128 trust

*postgresql.conf*

#---------------------------------------------------------------------------

# CONNECTIONS AND AUTHENTICATION

#---------------------------------------------------------------------------

# - Connection Settings -

listen_addresses = 'localhost' # what IP address(es) to listen
on;

# comma-separated list of addresses;

# defaults to 'localhost', '*' = all

port = 5432

max_connections = 100

# note: increasing max_connections costs ~400 bytes of shared memory per

# connection slot, plus lock space (see max_locks_per_transaction). You

# might also need to raise shared_buffers to support more connections.

superuser_reserved_connections = 2

unix_socket_directory = ''

unix_socket_group = ''

unix_socket_permissions = 0777 # octal
bonjour_name = '' # defaults to the computer name

Thanks a lot,
Kitty3A

On 3/12/07, Matthew Terenzio <matt(at)jobsforge(dot)com> wrote:
>
> Could you provide any PHP errors or the pg_hba.conf ?
>
> On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
>
> > Hi,
> >
> > I am trying to connect my postgreSQL with PHP in localhost. I have
> > start up the server with -i flag (i.e. postmaster -D
> > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I still
> > cannot connect with the database. But, when I tried to remote access
> > the database through SSH and I can connect with it.
> >
> > Would you please offer any suggestions or solutions?
> >
> > Manythanks,
> > Kitty3A
>
>


From: "Kitty Yuen" <kitty3a(at)gmail(dot)com>
To: Valentín Orfila <valentinorfila(at)gmail(dot)com>
Cc: "Matthew Terenzio" <matt(at)jobsforge(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-14 01:26:47
Message-ID: b3efba5a0703131826p7acd85d6iea20813d01ecdb53@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Dear Valentín,

I think I have already enabled the extension and found the extension in my
pgsql.ini file in php.d folder. However, I still cannot connect to the
database. I guess I have something to be config in the PostgreSQL. Do you
have any ideas?

Kitty3a

On 3/13/07, Valentín Orfila <valentinorfila(at)gmail(dot)com> wrote:
>
> OK. Now you have to activate the library to connect PHP to PostgreSQL,
> this is in the php.ini file. In Windows 2000 it is in the following
> folders: C:\WINNT and in the PHP installation folder, in my case:
> C:\AppServ\php. Once you find this file you have to discomment this
> extension: extension=php_pgsql.dll, to do that you are going to erase the
> ";" at the beggining of the line.
>
> Look for this file (php.ini) in your O.S. and configured it. If you are
> using Linux I guess it is in the etc/profile/php.config directory, but I0m
> not sure.
>
> I'm attaching you my file:
>
>
> 2007/3/12, Kitty Yuen <kitty3a(at)gmail(dot)com>:
> >
> > Here are my error messages from PHP:
> >
> >
> > [Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning: pg_connect()
> > [<a href='function.pg-connect'>function.pg-connect</a>]: Unable to
> > connect to PostgreSQL server: could not connect to server: Permission
> > denied\n\tIs the server running locally and accepting\n\tconnections on Unix
> > domain socket &quot;/tmp/.s.PGSQL.5432&quot;? in /var/www/html/try.php on
> > line 3
> >
> > [Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning: pg_last_error()
> > [<a href='function.pg-last-error'>function.pg-last-error</a>]: No
> > PostgreSQL link opened yet in /var/www/html/try.php on line 4
> >
> > PHP Code:
> >
> >
> > <?php
> >
> > // Connecting, selecting database
> >
> > $dbconn = pg_connect("dbname=test user=postgres")
> >
> > or die('Could not connect: ' . pg_last_error());
> >
> >
> >
> > // Performing SQL query
> >
> > $query = 'SELECT * FROM haha';
> >
> > $result = pg_query($query) or die('Query failed: ' . pg_last_error());
> >
> >
> >
> > // Printing results in HTML
> >
> > echo "<table>\n";
> >
> > while ($line = pg_fetch_array($result, null, PGSQL_ASSOC)) {
> >
> > echo "\t<tr>\n";
> >
> > foreach ($line as $col_value) {
> >
> > echo "\t\t<td>$col_value</td>\n";
> >
> > }
> >
> > echo "\t</tr>\n";
> >
> > }
> >
> > echo "</table>\n";
> >
> >
> >
> > // Free resultset
> >
> > pg_free_result($result);
> >
> >
> >
> > // Closing connection
> >
> > pg_close($dbconn);
> >
> >
> >
> > *pg_hba.cof*
> >
> > # TYPE DATABASE USER CIDR-ADDRESS METHOD
> >
> >
> >
> > # "local" is for Unix domain socket connections only
> >
> > local all all trust
> >
> >
> >
> > # IPv4 local connections:
> >
> > host all all 127.0.0.1/32 trust
> >
> > # IPv6 local connections:
> >
> > host all all ::1/128 trust
> >
> > *postgresql.conf*
> >
> >
> >
> > #---------------------------------------------------------------------------
> >
> > # CONNECTIONS AND AUTHENTICATION
> >
> >
> > #---------------------------------------------------------------------------
> >
> >
> >
> > # - Connection Settings -
> >
> >
> >
> > listen_addresses = 'localhost' # what IP address(es) to
> > listen on;
> >
> > # comma-separated list of
> > addresses;
> >
> > # defaults to 'localhost', '*' =
> > all
> >
> > port = 5432
> >
> > max_connections = 100
> >
> > # note: increasing max_connections costs ~400 bytes of shared memory per
> >
> >
> > # connection slot, plus lock space (see max_locks_per_transaction). You
> >
> > # might also need to raise shared_buffers to support more connections.
> >
> > superuser_reserved_connections = 2
> >
> > unix_socket_directory = ''
> >
> > unix_socket_group = ''
> >
> > unix_socket_permissions = 0777 # octal
> > bonjour_name = '' # defaults to the computer name
> >
> > Thanks a lot,
> > Kitty3A
> >
> >
> >
> >
> >
> >
> > On 3/12/07, Matthew Terenzio <matt(at)jobsforge(dot)com > wrote:
> > >
> > > Could you provide any PHP errors or the pg_hba.conf ?
> > >
> > > On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
> > >
> > > > Hi,
> > > >
> > > > I am trying to connect my postgreSQL with PHP in localhost. I have
> > > > start up the server with -i flag (i.e. postmaster -D
> > > > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I
> > > still
> > > > cannot connect with the database. But, when I tried to remote access
> > > > the database through SSH and I can connect with it.
> > > >
> > > > Would you please offer any suggestions or solutions?
> > > >
> > > > Manythanks,
> > > > Kitty3A
> > >
> > >
> >
>
>
> --
>
> ***************************************************************************
> Ministerio de Planificación y Desarrollo de la República Bolivariana de
> Venezuela
> Dirección de Planes de Personal
>
> José Valentín Orfila Briceño
> Programador II
>
> Teléfonos: Celular: (0416) 4131418
>
> E-mail: valentinorfila(at)gmail(dot)com
> valentinorfila(at)hotmail(dot)com
> josevalentinorfila(at)yahoo(dot)com
>
> Messenger: valentinorfila(at)hotmail(dot)com
>
> Skype: valentinorfila
> valentinorfila(at)gmail(dot)com
> ***************************************************************************
>
>
>


From: Valentín Orfila <valentinorfila(at)gmail(dot)com>
To: "Kitty Yuen" <kitty3a(at)gmail(dot)com>
Cc: "Matthew Terenzio" <matt(at)jobsforge(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-14 17:59:12
Message-ID: 6b8c0db0703141059w1c2aba32gfe7ebc310208279e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

I already told you all I thought, but...

Below is the local config in my pg_hba and i just see you have one line more
than me, do you use Unix? if not, so erase that line and try again

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/32 trust

# IPv6 local connections:
localhost all all ::1/128 trust

2007/3/13, Kitty Yuen <kitty3a(at)gmail(dot)com>:
>
> Dear Valentín,
>
> I think I have already enabled the extension and found the extension in my
> pgsql.ini file in php.d folder. However, I still cannot connect to the
> database. I guess I have something to be config in the PostgreSQL. Do you
> have any ideas?
>
>
> Kitty3a
>
> On 3/13/07, Valentín Orfila <valentinorfila(at)gmail(dot)com> wrote:
> >
> > OK. Now you have to activate the library to connect PHP to PostgreSQL,
> > this is in the php.ini file. In Windows 2000 it is in the following
> > folders: C:\WINNT and in the PHP installation folder, in my case:
> > C:\AppServ\php. Once you find this file you have to discomment this
> > extension: extension=php_pgsql.dll, to do that you are going to erase the
> > ";" at the beggining of the line.
> >
> > Look for this file (php.ini) in your O.S. and configured it. If you are
> > using Linux I guess it is in the etc/profile/php.config directory, but I0m
> > not sure.
> >
> > I'm attaching you my file:
> >
> >
> > 2007/3/12, Kitty Yuen <kitty3a(at)gmail(dot)com>:
> > >
> > > Here are my error messages from PHP:
> > >
> > >
> > > [Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning: pg_connect()
> > > [<a href='function.pg-connect'>function.pg-connect</a>]: Unable to
> > > connect to PostgreSQL server: could not connect to server: Permission
> > > denied\n\tIs the server running locally and accepting\n\tconnections on Unix
> > > domain socket &quot;/tmp/.s.PGSQL.5432&quot;? in /var/www/html/try.php on
> > > line 3
> > >
> > > [Mon Mar 12 16:01:26 2007] [error] [client 127.0.0.1] PHP Warning: pg_last_error()
> > > [<a href='function.pg-last-error'>function.pg-last-error</a>]: No
> > > PostgreSQL link opened yet in /var/www/html/try.php on line 4
> > >
> > > PHP Code:
> > >
> > >
> > > <?php
> > >
> > > // Connecting, selecting database
> > >
> > > $dbconn = pg_connect("dbname=test user=postgres")
> > >
> > > or die('Could not connect: ' . pg_last_error());
> > >
> > >
> > >
> > > // Performing SQL query
> > >
> > > $query = 'SELECT * FROM haha';
> > >
> > > $result = pg_query($query) or die('Query failed: ' . pg_last_error());
> > >
> > >
> > >
> > > // Printing results in HTML
> > >
> > > echo "<table>\n";
> > >
> > > while ($line = pg_fetch_array($result, null, PGSQL_ASSOC)) {
> > >
> > > echo "\t<tr>\n";
> > >
> > > foreach ($line as $col_value) {
> > >
> > > echo "\t\t<td>$col_value</td>\n";
> > >
> > > }
> > >
> > > echo "\t</tr>\n";
> > >
> > > }
> > >
> > > echo "</table>\n";
> > >
> > >
> > >
> > > // Free resultset
> > >
> > > pg_free_result($result);
> > >
> > >
> > >
> > > // Closing connection
> > >
> > > pg_close($dbconn);
> > >
> > >
> > >
> > > *pg_hba.cof*
> > >
> > > # TYPE DATABASE USER CIDR-ADDRESS METHOD
> > >
> > >
> > >
> > > # "local" is for Unix domain socket connections only
> > >
> > > local all all trust
> > >
> > >
> > >
> > > # IPv4 local connections:
> > >
> > > host all all 127.0.0.1/32 trust
> > >
> > > # IPv6 local connections:
> > >
> > > host all all ::1/128 trust
> > >
> > > *postgresql.conf*
> > >
> > >
> > >
> > > #---------------------------------------------------------------------------
> > >
> > > # CONNECTIONS AND AUTHENTICATION
> > >
> > >
> > > #---------------------------------------------------------------------------
> > >
> > >
> > >
> > > # - Connection Settings -
> > >
> > >
> > >
> > > listen_addresses = 'localhost' # what IP address(es) to
> > > listen on;
> > >
> > > # comma-separated list of
> > > addresses;
> > >
> > > # defaults to 'localhost', '*'
> > > = all
> > >
> > > port = 5432
> > >
> > > max_connections = 100
> > >
> > > # note: increasing max_connections costs ~400 bytes of shared memory
> > > per
> > >
> > > # connection slot, plus lock space (see max_locks_per_transaction).
> > > You
> > >
> > > # might also need to raise shared_buffers to support more connections.
> > >
> > > superuser_reserved_connections = 2
> > >
> > > unix_socket_directory = ''
> > >
> > > unix_socket_group = ''
> > >
> > > unix_socket_permissions = 0777 # octal
> > > bonjour_name = '' # defaults to the computer name
> > >
> > > Thanks a lot,
> > > Kitty3A
> > >
> > >
> > >
> > >
> > >
> > >
> > > On 3/12/07, Matthew Terenzio <matt(at)jobsforge(dot)com > wrote:
> > > >
> > > > Could you provide any PHP errors or the pg_hba.conf ?
> > > >
> > > > On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I am trying to connect my postgreSQL with PHP in localhost. I have
> > > > > start up the server with -i flag (i.e. postmaster -D
> > > > > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I
> > > > still
> > > > > cannot connect with the database. But, when I tried to remote
> > > > access
> > > > > the database through SSH and I can connect with it.
> > > > >
> > > > > Would you please offer any suggestions or solutions?
> > > > >
> > > > > Manythanks,
> > > > > Kitty3A
> > > >
> > > >
> > >
> >
> >
> > --
> >
> > ***************************************************************************
> > Ministerio de Planificación y Desarrollo de la República Bolivariana de
> > Venezuela
> > Dirección de Planes de Personal
> >
> > José Valentín Orfila Briceño
> > Programador II
> >
> > Teléfonos: Celular: (0416) 4131418
> >
> > E-mail: valentinorfila(at)gmail(dot)com
> > valentinorfila(at)hotmail(dot)com
> > josevalentinorfila(at)yahoo(dot)com
> >
> > Messenger: valentinorfila(at)hotmail(dot)com
> >
> > Skype: valentinorfila
> > valentinorfila(at)gmail(dot)com
> > ***************************************************************************
> >
> >
> >
>

--
***************************************************************************
Ministerio de Planificación y Desarrollo de la República Bolivariana de
Venezuela
Dirección de Planes de Personal

José Valentín Orfila Briceño
Programador II

Teléfonos: Celular: (0416) 4131418

E-mail: valentinorfila(at)gmail(dot)com
valentinorfila(at)hotmail(dot)com
josevalentinorfila(at)yahoo(dot)com

Messenger: valentinorfila(at)hotmail(dot)com

Skype: valentinorfila
valentinorfila(at)gmail(dot)com
***************************************************************************


From: Valentín Orfila <valentinorfila(at)gmail(dot)com>
To: "Matthew Terenzio" <matt(at)jobsforge(dot)com>
Cc: "Kitty Yuen" <kitty3a(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: Problems in connecting to postgreSQL using PHP
Date: 2007-03-14 18:06:59
Message-ID: 6b8c0db0703141106u6e136d4mc97df5b4ed0d17fc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-php

Kitty,

Try try using this function: pg_pconnect("host=$servidor dbname=$base
user=$usuario password=$password");, I mean, use the connection script I'm
going to paste below.

<? /*---------------*/
$servidor = "localhost";
$base = "databasename"; //change it
$usuario = "postgresuser"; //change it
$password = "postgresuserpassword"; //change it

pg_pconnect("host=$servidor dbname=$base user=$usuario
password=$password");

?>

2007/3/12, Valentín Orfila <valentinorfila(at)gmail(dot)com>:
>
> here is the script again
>
> <? /*---------------*/
> $servidor = "localhost";
> $base = "databasename"; //change it
> $usuario = "postgresuser"; //change it
> $password = "postgresuserpassword"; //change it
>
> pg_pconnect("host=$servidor dbname=$base user=$usuario
> password=$password");
>
> ?>
>
> 2007/3/12, Valentín Orfila <valentinorfila(at)gmail(dot)com>:
> >
> > Hi!!! I'm Venezuelan and I don't know how to speak english very well, so
> > excuse me if i make a mistake.
> >
> > About the connection: Did you do your script by yourself?, or copied a
> > functional one?
> >
> > As Thomas Schindler said, send us any PHP errors or the pg_hba.conf ?
> >
> > Here is my connection script, it is completly good check it out to see
> > if you have anything wrong
> >
> > <? /*---------------*/
> > $servidor = "localhost";
> > $base = "databasename"; //change it
> > $usuario = "postgresuser"; //change it
> > $password = "postgresuser"; //change it
> >
> > pg_pconnect("host=$servidor dbname=$base user=$usuario
> > password=$password");
> >
> > ?>
> >
> > That's all what I can do for now
> >
> > 2007/3/12, Matthew Terenzio < matt(at)jobsforge(dot)com>:
> > >
> > > Could you provide any PHP errors or the pg_hba.conf ?
> > >
> > > On Mar 12, 2007, at 12:25 AM, Kitty Yuen wrote:
> > >
> > > > Hi,
> > > >
> > > > I am trying to connect my postgreSQL with PHP in localhost. I have
> > > > start up the server with -i flag ( i.e. postmaster -D
> > > > /usr/local/pgsql/data -i &) and edit the pg_hba.conf. However, I
> > > still
> > > > cannot connect with the database. But, when I tried to remote access
> > > > the database through SSH and I can connect with it.
> > > >
> > > > Would you please offer any suggestions or solutions?
> > > >
> > > > Manythanks,
> > > > Kitty3A
> > >
> > >
> > > ---------------------------(end of
> > > broadcast)---------------------------
> > > TIP 2: Don't 'kill -9' the postmaster
> > >
> >
> >
> >
> > --
> >
> > ***************************************************************************
> > Ministerio de Planificación y Desarrollo de la República Bolivariana de
> > Venezuela
> > Dirección de Planes de Personal
> >
> > José Valentín Orfila Briceño
> > Programador II
> >
> > Teléfonos: Celular: (0416) 4131418
> >
> > E-mail: valentinorfila(at)gmail(dot)com
> > valentinorfila(at)hotmail(dot)com
> > josevalentinorfila(at)yahoo(dot)com
> >
> > Messenger: valentinorfila(at)hotmail(dot)com
> >
> > Skype: valentinorfila
> > valentinorfila(at)gmail(dot)com
> > ***************************************************************************
> >
>
>
>
>
> --
>
> ***************************************************************************
> Ministerio de Planificación y Desarrollo de la República Bolivariana de
> Venezuela
> Dirección de Planes de Personal
>
> José Valentín Orfila Briceño
> Programador II
>
> Teléfonos: Celular: (0416) 4131418
>
> E-mail: valentinorfila(at)gmail(dot)com
> valentinorfila(at)hotmail(dot)com
> josevalentinorfila(at)yahoo(dot)com
>
> Messenger: valentinorfila(at)hotmail(dot)com
>
> Skype: valentinorfila
> valentinorfila(at)gmail(dot)com
> ***************************************************************************
>
>

--
***************************************************************************
Ministerio de Planificación y Desarrollo de la República Bolivariana de
Venezuela
Dirección de Planes de Personal

José Valentín Orfila Briceño
Programador II

Teléfonos: Celular: (0416) 4131418

E-mail: valentinorfila(at)gmail(dot)com
valentinorfila(at)hotmail(dot)com
josevalentinorfila(at)yahoo(dot)com

Messenger: valentinorfila(at)hotmail(dot)com

Skype: valentinorfila
valentinorfila(at)gmail(dot)com
***************************************************************************