by APerfect10 » Wed Jan 30, 2008 3:34 am
Go Start->Run, "cmd" then OK.
Then paste the following into the command line to change your directory to the PostgreSQL bin directory:
[code83f]cd "C:\Program Files\PostgreSQL\8.2\bin"[/code83f]
Then paste:
[code83f]createdb -O Bogdan -h localhost -U Bogdan Bogdan[/code83f]
You will be prompted for your PostgreSQL password for "Bogdan". Type it then press enter. It should confirm that the database "Bogdan" was created.
Then proceed from where you were creating a new database in PT3.
Best regards,
Derek