I'm trying to create a new user and set up a password for it in postgresql in Windowns 7.
I tried: 1. Start menu > All Programs > PostgreSQL 9.5 > psql to 'postgres' 2. Type in: CREATE ROLE username LOGIN PASSWORD 'password
However, when I try to login with that user and password through http://127.0.0.1/phppgadmin/ I cannot log in.
Also, what is the default password for the postgres user? I haven't been to log in at all.
Do I need to have Apache to be running to be able to connect? If so, how do I run it?
Thank you so much