phpPgAdmin always showing login failed
Hello Sir,
Suddenly, as I try to access phpPgAdmin i get Login Failed.
I checked phpPgAdmin configuration file ("conf/config.inc.php") and adjusted:
To
Also I tried with $conf['extra_login_security"> being false and true. The pg_hba.conf file is as such
I also tried adding the following without success
Anything I am missing?
$conf['servers">[0]['host"> = '' To
$conf['servers">[0]['host"> = 'localhost'Also I tried with $conf['extra_login_security"> being false and true. The pg_hba.conf file is as such
local samerole all md5
host samerole all 127.0.0.200 255.255.255.255 pam pamservice=postgresql_cpses
host samerole all 127.0.0.1 255.255.255.255 md5
local all postgres md5
host all postgres 127.0.0.1 255.255.255.255 md5
host all all ::1/128 md5I also tried adding the following without success
local all all trustAnything I am missing?
-
Hello, Please post screenshot for phpAdmin access issue for further assistance. 0 -
Hello :) Please browse to: "WHM Home " SQL Services " Configure PostgreSQL" Click on the "Install Config" and "Create Users" options and then restart PostgreSQL. If the issue persists, please open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you. 0 -
[quote="cPanelMichael, post: 1713512">Hello :) Please browse to: "WHM Home " SQL Services " Configure PostgreSQL" Click on the "Install Config" and "Create Users" options and then restart PostgreSQL. If the issue persists, please open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
I had come accorss this while troubleshooting, but didn't do it because it says [QUOTE]You should not use this unless you are installing Postgres for the first time.
Are you sure I need to apply this?0 -
It simply reverts your pg_hba.conf file to default, which is fine if you have made no custom changes (other than the ones you took when attempting to resolve the issue). Thank you. 0
Please sign in to leave a comment.
Comments
4 comments