0
我開始的Postgres的安裝在unatended模式與命令行:無提示安裝後運行PGAdmin,登錄是什麼?
postgresql-9.5.2-1-windows-x64-x64.exe --unattendedmodeui minimal --mode unattended --superpassword "password" --servicename "postgreSQL"
--servicepassword "password" --serverport 5432
後安裝完成後,我想登錄到與pgAdmin的數據庫。我試着用「密碼」,但我得到的錯誤:
fatal password authentication failed for user postgres
那麼我的登錄數據是什麼安裝的數據庫?
非常感謝
馬塞爾
您需要使用「--superpassword」指定的密碼。 '--servicepassword'僅適用於** Windows **帳戶,不適用於數據庫超級用戶 –
在這種情況下,兩者都是相同的。兩者都是「密碼」。它不適用於「密碼」 –
corse沒有引號。 –