You shouldn't have to change to old MD5 method. Which libpq.dll Manifold loads? M9 Log window shows this. Can you test with psql? With M9 try this, I use it all the time for convenience. You have to create 2 files "%APPDATA%\postgresql\pgpass.conf" 123.145.167.189:5432:db_name:yourname:yourpw "%APPDATA%\postgresql\pg_service.conf" # comment [some-name-in-servicefile] host=123.145.167.189 port=5432 user=yourname dbname=db_name and 1 environment variable PGSERVICEFILE=C:\Users\Riivo\AppData\Roaming\postgresql\pg_service.conf On address line write just service=some-name-in-servicefile Attachments:
pgservicefile.png
|