kyrolos magdy
kyrolos magdy

Reputation: 393

error installing postgresql with windows7

guys while installing posqresql I got those 2 error message

first error messeage

and when I clicked ok then the second error message displayed on my screen

second error message

and now when I try to connect with my DB using my terminal or git bash I got another error message which is

error in terminal

So, what could I do to solve this problem?

please note that I have tried to re-install postgres

Upvotes: 1

Views: 325

Answers (1)

Slumdog
Slumdog

Reputation: 470

Try these and let us know the results;

netstat -an | find /I "5432"

pg_isready

psql -U postgres

Upvotes: 1

Related Questions