Sunburned Surveyor wrote:
I had posted a couple of weeks back about a problem I had using
pgAdmin3. I was basically unable to add a new server to PostgreSQL from
pgAdmin. I received the following error message:
"An error has occurred: Error connecting to the server: FATAL:IDENT
authentication
I had posted a couple of weeks back about a problem I had using pgAdmin3. I was basically unable to add a new server to PostgreSQL from pgAdmin. I received the following error message:
"An error has occurred: Error connecting to the server: FATAL:IDENT authentication failed for user "myuser" "
I've installed PostgreSQL, and set it up with a user that has the same user name and password as one of the Linux Users. I have no problem logging into the psql terminal with the user via the command line. Once I am logged into psql, I can execute the CREATE DATABASE and CREATE TABLE commands with