#1 (permalink)  
Old 06-30-2008, 02:03 PM
Registered User
 
Join Date: Jun 2008
Posts: 1
QurazyQuisp is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-22-2008, 06:07 PM
Registered User
 
Join Date: May 2006
Location: Johannesburg, South Africa
Posts: 490
SoftDux is an unknown quantity at this point
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-29-2008, 01:53 PM
Registered User
 
Join Date: Oct 2001
Posts: 24
Danks
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-26-2008, 12:15 PM
Registered User
 
Join Date: Dec 2003
Location: RP
Posts: 66
Sabaote
Thanks Danks..

it really worked
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-17-2008, 02:24 AM
Registered User
 
Join Date: Mar 2008
Posts: 1
chaitanya is on a distinguished road
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
__________________
Thanks & Regards,
-----------------------
Charlie.R.
Linux Webhosting Support
(Shared,VPS,Dedicated)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-11-2009, 10:29 PM
Registered User
 
Join Date: Sep 2005
Posts: 1
jba_21 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:03 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc