Vince wrote:
I want to access by postgre db over the internet. My pg_hba.conf if
setup to do this:
hostall all 0.0.0.0/0md5
Now, what I don't understand is how does the "md5" effect things?
If I connect via php:
$db = pg_connect('host=xx.xx.xx.xx port=5433 dbname=MYDB u
On Sat, Jun 09, 2007 at 02:43:06AM -0700, Vince wrote:
> I want to access by postgre db over the internet. My pg_hba.conf if
> setup to do this:
> hostall all 0.0.0.0/0 md5
>
> Now, what I don't understand is how does the "md5" effect things?
It causes the password exchan
I want to access by postgre db over the internet. My pg_hba.conf if
setup to do this:
hostall all 0.0.0.0/0 md5
Now, what I don't understand is how does the "md5" effect things?
If I connect via php:
$db = pg_connect('host=xx.xx.xx.xx port=5433 dbname=MYDB user=postgre