About 1,260,000 results
Open links in new tab
  1. How can I change a PostgreSQL user password? - Stack Overflow

    Oct 4, 2012 · The password will be transmitted to the server in cleartext, and it might also be logged in the client's command history or the server log. psql contains a command \password …

  2. postgresql - no pg_hba.conf entry for host - Stack Overflow

    I then restarted the postgresql server using the command service postgresql restart to pick up this change. This allowed pgAdmin to connect to my postgresql server. pgAdmin was running on …

  3. pgadmin - pg Admin 4 - password for "postgres" user when trying …

    Oct 4, 2020 · In PostgreSQL 13 the authentication method is encrypted via scram-sha-256. I already tried to set the method to trust, restart the mac, and open pg Admin 4 that keeps …

  4. Find the host name and port using PSQL commands

    I have PSQL running, and am trying to get a perl application connecting to the database. Is there a command to find the current port and host that the database is running on?

  5. connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host

    Dec 1, 2014 · Add or edit the following line in your postgresql.conf : listen_addresses = '*' Add the following line as the first line of pg_hba.conf. It allows access to all databases for all users with …

  6. postgresql - 'password authentication failed for user "postgres ...

    I have installed PostgreSQL 8.4, Postgres client and Pgadmin 3. Authentication failed for user "postgres" for both console client and Pgadmin. I have typed user as "postgres" and password …

  7. Deploying postgresql docker with ssl certificate and key with …

    Mar 9, 2019 · It is possible to mount the key and certificate into the postgres container, and for postgres to use them from there. But you will have to face the issue with the owner and …

  8. postgresql - correct way to start/stop postgres database pg_ctl or ...

    Mar 22, 2024 · I would like to know correct way of starting/stopping postgres database. There are two ways pg_ctl start/stop service postgresql start/stop I would like to know how they are …

  9. What is the format for the PostgreSQL connection string / URL?

    Feb 7, 2021 · Needs sqlalchemy, postgresql, and psycopg2 to get it to work. PS: The question is about a postgres://... URL, but this would not work here. Instead, you need postgresql, and …

  10. What is the default password for Postgres - Stack Overflow

    Here's what I found: When you install PostgreSQL using the regular installer, it asks for a password in the installation process. If you run psql.exe and enter that password, it won't work. …