PostgreSQL – crear usuario

postgresql

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.

One thought on “PostgreSQL – crear usuario

  1. DT says:

    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…

Leave a Reply

Your email address will not be published. Required fields are marked *