Dave,
thank you the documentation link, i modified teh
pg_hba.conf file and i can connect from pgadmin tool.
but i have a problem to connect to the database
from php script.
here is my script:
$conn = pg_Connect("host=192.168.1.30 port=5432
dbname=PMS2500 user=pms_ivan password=ivan");
i tried also: $conn = pg_Connect("host=192.168.1.30 port=5432
dbname=PMS2500 user=pms_ivan password=md5('ivan')");
echo $conn; it is not working, what encryption method i have to
use?
Ivan
|
Title: Message
- password encyption Ivan Horvath
- Re: password encyption Peter E. Chen
- Re: password encyption Dave Page
- Re: password encyption Ivan Horvath
- Re: password encyption Dave Page
- Re: password encyption Dave Page
- Ivan Horvath