79626487

Date: 2025-05-17 11:46:00
Score: 0.5
Natty:
Report link

In my situation problem deals with postgres on localhost

Solution

brew services
brew services stop postgresql@15

After these commands I can connect to DB:

psql -h localhost -p 5432 -U username -d dbname
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: mascai