79239744

Date: 2024-11-30 14:30:22
Score: 0.5
Natty:
Report link

In my case, the problem was coming up because I had two database servers running on the same machine: [1] Postgresql 14 which uses scram-sha-256 and [2] Postgresql 9.6 which uses md6. So I needed to specify the port number, and it worked!

$psql -U postgres -d dbname -p 5523  -f *path/to/file*
Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cap.Auh3b