Database Connection Fail

Hello, how do I run this command from the Windows prompt?
No description
8 Replies
Percy
Percy8mo ago
Project ID: N/A
Brody
Brody8mo ago
you need psql installed though you should just use a database client like dbgate
Do Nascimento
Do Nascimento8mo ago
What is psql?
Brody
Brody8mo ago
a postgres cli client
Do Nascimento
Do Nascimento8mo ago
Thanks for helping. So, I already have Postgres installed, however, when I run the command at the command prompt it gives an error saying 'PGPASSWORD' is not recognized as an internal or external command, an operable program or a batch file.
No description
Brody
Brody8mo ago
because that's a Linux command, you need to use set to set that variable before you run the command
Do Nascimento
Do Nascimento8mo ago
Thank you very much 🤝
Brody
Brody8mo ago
where you able to connect?