| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | fjsalinash(at)gmail(dot)com |
| Subject: | 1.3. Creating a Database (on Windows) - User Experience |
| Date: | 2019-01-20 21:47:32 |
| Message-ID: | 154802085243.28276.15695413121413716810@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/tutorial-createdb.html
Description:
Hi,
I'm following your tutorial to learn PostgreSQL. When I try to create a
database, I keep getting a "password authentication failed" error, that
doesn't let me continue. The problem was not issued in the tutorial. I did a
quick googling, and found that the problem was that postgres was installed
as admin, so the pass I set up in the installation wizard was for the main
admin account, "postgres".
Maybe you could add that the solution is pretty simple, just do a: createdb
-U postgres mydb, and it will work flawlessly.
Thanks for the tutorial!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Black White | 2019-01-21 08:33:39 | About Portuguese language support of Text Search |
| Previous Message | Jonathan S. Katz | 2019-01-19 17:02:17 | Re: Bug reporting guidelines order of instructions |