#Database Connection Fail
10 messages · Page 1 of 1 (latest)
Project ID: N/A
What is psql?
a postgres cli client
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.
because that's a Linux command, you need to use set to set that variable before you run the command
Thank you very much 🤝