sql >> Databáze >  >> RDS >> PostgreSQL

Postgresql Windows, existuje výchozí heslo?

Zkuste toto:

Open PgAdmin -> Files -> Open pgpass.conf

Získáte cestu pgpass.conf ve spodní části okna. Přejděte do tohoto umístění a otevřete tento soubor, kde najdete své heslo.

Reference

Pokud výše uvedené nefunguje, můžete zkusit toto:

 1. edit pg_hba.conf to allow trust authorization temporarily
 2. Reload the config file (pg_ctl reload)
 3. Connect and issue ALTER ROLE / PASSWORD to set the new password
 4. edit pg_hba.conf again and restore the previous settings
 5. Reload the config file again



  1. Transponujte řádky do sloupců na základě sloupce ID

  2. Optimalizace odstranění na SQL Server

  3. Divné všude

  4. Klient MQTT se přihlásí k odběru změn PostgreSQL DB