Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    1

    Default phppgadmin problems

    I'm currently having problems with phppgadmin.

    I can create delete modify databases via cpanel, however, when I try to use phppgadmin, under servers PostgreSQL has a red x next to it. I try to login with both root and postgres and it says that the users are not allowed for security reasons.

    This is very frustrating, as it renders postgresql basically useless. (I haven't had much luck with pgadmin either)

    Does anyone have any idea what I can do?

  2. #2
    Member
    Join Date
    May 2006
    Location
    Johannesburg, South Africa
    Posts
    881

    Default

    hey, have you been able to get this sorted out?
    • cPanel :: Fantastico :: RVSkin :: WHM :: ModernBill
    • Reseller Hosting :: SSL Certificates :: Domain Registrations :: Affiliate Program
    • Blog Hosting :: CMS Hosting :: Forum Hosting :: E-Commerce Hosting
    SoftDux- The Leaders in Software
    Use the coupon: cpanel-06 to get 20% off our packages

  3. #3
    Member
    Join Date
    Oct 2001
    Posts
    25

    Default

    My fix was editing /var/lib/pgsql/data/pg_hba.conf and moving the last two lines

    Code:
    local   all             all     md5
    host    all             all     127.0.0.1 255.255.255.255       md5
    above the commented line
    Code:
    # "local" is for Unix domain socket connections only
    then restarting with /scripts/restartsrv_postgres

  4. #4
    Member
    Join Date
    Dec 2003
    Location
    Ribeirao Preto, Brazil
    Posts
    66

    Default

    Thanks Danks..

    it really worked

  5. #5
    Registered User
    Join Date
    Mar 2008
    Posts
    1

    Thumbs up PhpPgAdmin root login access

    PostgraceSqlPhpPgAdmin login failed root not able to login
    ====================================
    If you are keep getting "login failed".error while accessing the PhpPgAdmin you have to follow the setp below

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

    local all all md5
    host all all 127.0.0.1 255.255.255.0 md5
    ~
    ~3
    2. Save this & restart the PostgraceSql using
    /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

    #$conf['extra_login_security'] = true;
    $conf['extra_login_security'] = false;

    Note: You need to have root access on your Server

  6. #6
    Registered User
    Join Date
    Sep 2005
    Posts
    1

    Thumbs up

    Quote Originally Posted by Danks View Post
    My fix was editing /var/lib/pgsql/data/pg_hba.conf and moving the last two lines

    Code:
    local   all             all     md5
    host    all             all     127.0.0.1 255.255.255.255       md5
    above the commented line
    Code:
    # "local" is for Unix domain socket connections only
    then restarting with /scripts/restartsrv_postgres
    Thanks! it works.

Similar Threads & Tags
Similar threads

  1. cPanel 11.25.0 - PhpPgAdmin
    By noosalife in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-11-2009, 06:55 PM
  2. phpPGAdmin will not work?
    By JamesCTotalWeb in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-10-2009, 05:21 PM
  3. phpPgAdmin is not in WHM?
    By vlee in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 03-02-2007, 03:33 AM
  4. phpPgAdmin
    By christopher one in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 02-16-2005, 05:25 PM
  5. phpPgAdmin
    By jester.ro in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 12-27-2004, 02:50 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube