I just created a new PostgreSQL database, and changed the default password. I tried to log in to phpPgAdmin using the name of the database as the username, as well as any other combination of usernames and passwords associated with my account, but I can't login. Is there anything I have to do before I can log in to phpPgAdmin? asked 15 Nov '10, 17:59 davidism |
No, there's nothing else that you should need to do. Don't bother trying any other combination of usernames and passwords associated with your account. The only valid DB username is the name of the DB itself, and the only valid DB password is the password assigned to the DB. If your certain that you are using the correct username and password, then try resetting the DB password one more time. If you're still not able to log in after doing so, feel free to open a support ticket and we'll help you sort it out. answered 15 Nov '10, 18:50 seanf Thanks, I set the password again and it worked.
(21 Nov '10, 14:36)
davidism
|