I have created a database with a database user and password using the psql shell. Now, I want to create another additional database using the shell. However, when I enter psql in Windows Command Prompt, I am prompted to enter my password, which I have forgotten.
$ psql
$ psql: FATAL: password authentication failed for user "username"
I want to keep my other databases I created 100% in tact and functioning but would like to create another database in addition. What should I do to accomplish this without messing up the other database?