Guest User

Untitled

a guest
Nov 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $connection = @pg_connect("host=localhost port=5432 dbname=my_db_name user=my_user password=my_pwd");
  2. output("Connection: ".$connection);
  3.  
  4. pg_connect(): Unable to connect to PostgreSQL server: FATAL: Ident authentication failed for user "my_user"
Add Comment
Please, Sign In to add comment