postgresqlのパスワードが通らなくなった。
Q&A
解決したいこと
postgresを起動することが出来ない。
例)
postgresqlを開く際に毎回パスワードを打っていますが下記のエラー文が表示されてパスワードが通りません。試しに依然作ったフォームアプリ(postgres接続されたアプリ)を実行してみましたが怒られてしまいました。
何か解決策があれば教えていただけないでしょうか?
発生している問題・エラー
could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
自分で試したこと
エラー文コピーブラウザペーストのみ
0