CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2012
    Posts
    6

    URGENT help!!! database error

    I get this error when i create a database and try to connect to it with pgadmin. 'an error has occurred error connecting to server:FATAL: password authentication failed for user admin'

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: URGENT help!!! database error

    Quote Originally Posted by goinsurgency View Post
    password authentication failed for user admin'
    You seem to have used a wrong password,

    What database?
    What is the connection string?
    What is the exact error message and error code?
    Victor Nijegorodov

  3. #3
    Join Date
    May 2012
    Posts
    6

    Re: URGENT help!!! database error

    I am useing postgresql 9.1
    IDK the connection string
    and the exact error is
    'an error has occurred error connecting to server:FATAL: password authentication failed for user admin'

    I said "I get this error when i create a database" I meant I get this error when I try to add a connect to the server. The button I press is at the top left hand corner of the screen and looks like a power plug.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: URGENT help!!! database error

    Well, you seem to be not the first one to get this error:
    https://www.google.com/search?source...for+user+admin
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured