PostgraceSql::PhpPgAdmin login failed root not able to login

First steps in cPanel, creating emails, databases, etc

PostgraceSql::PhpPgAdmin login failed root not able to login

Postby Mark » Sat Dec 19, 2009 7:09 am

If you are keep getting "login failed".error while accessing the PhpPgAdmin you have to follow the steps below:

1.Edit
vi /var/lib/pgsql/data/pg_hba.conf like below:

Code: Select all
local all all md5
host all all 127.0.0.1 255.255.255.0 md5
~
~3


2. Save this & restart the PostgraceSql using
Code: Select all
/etc/init.d/postgresql restart

================================================== ===========


By default the root access is denied on PhpPgAdmin. If you want it enable it all you need to do is login as root change
it to False as given below

Code: Select all
#$conf['extra_login_security'] = true;
$conf['extra_login_security'] = false;


Note: You need to have root access on your Server
Mark
 
Posts: 124
Joined: Fri Dec 11, 2009 2:18 pm

Return to Basic cPanel usage tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron