Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. postgres
  2.  
  3. LOG: could not bind IPv6 socket: Address already in use
  4. HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  5. LOG: could not bind IPv4 socket: Address already in use
  6. HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  7. LOG: could not bind IPv6 socket: Address already in use
  8. HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  9. WARNING: could not create listen socket for "localhost"
  10. FATAL: could not create any TCP/IP sockets
  11.  
  12. postgres -D /usr/local/var/postgres
  13.  
  14. createdb
  15.  
  16. createdb: could not connect to database template1: FATAL: password authentication failed for user "thomasmurphy"
  17.  
  18. ALTER USER foo WITH PASSWORD 'bar';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement