Hullo all,<br><br>After running around in circles for a bit, I decide I would ask. The installation of PostgreSQL from <a href="http://www.enterprisedb.com/products-services-training/pgdownload#osx">http://www.enterprisedb.com/products-services-training/pgdownload#osx</a> apparently created a user "postgres" (with no home directory - but that's ok) and if there's a password (maybe there isn't one?) then I have no idea what it is... I had to enable root to get into the data directory (su - postgress), now I'm assuming I have to edit pg_hba.conf (to change/set the password - authenticate users/roles) before I can do anything else?<br>
<br>Still, the current config is as follows, which appears to grant access to "all" w/trust? If so, why am I getting an error upon trying to create a DB as myself/admin? <br><br># TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD<br>
# "local" is for Unix domain socket connections only<br>local   all             all                                     trust<br># IPv4 local connections:<br>host    all             all             <a href="http://127.0.0.1/32">127.0.0.1/32</a>            trust<br>
# IPv6 local connections:<br>host    all             all             ::1/128                 trust<br><br>error:<br><pre class="screen"><font size="2">createdb: could not connect to database postgres: FATAL:  role "whatever_name" does not<br>
exist</font></pre> Any help is good, <br>rosemary.<br><br><br>