Que divertido el postgreSQL oiga! A ver como demonios se crea un usuario, que quiero crear uno para conectarme vía phppgmyadmin.
[root@example ~]# su - postgres
-bash-3.2$ createuser -P testuser
Enter password for new role: passwd
Enter it again: passwd
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles? (y/n) n
-bash-3.2$
Luego me pude conectar bien al phpPgAdmin modificando el ya para mi famoso pg_hba.conf, habilitando conexiones locales al servidor con md5.
Una pregunta, parece que tengo todo igual, el problema surge cuando quiero acceder al phpPgAdmin, pero me dice “Falló la autenticación”.
Por favor ayúdame, gracias…