1.

How to change user's password in PostgreSQL?

Answer»

Follow these steps to CAREFULLY change the user password Postgres in Laravel:

  • Step 1: Make yourself the “Postgres” system user (through the root user, sudo or VIA SSH public key verification)
  • Step 2: Connect to the LOCAL server USING “PSQL”
  • Step 3: Type this meta-command of PSQL \password

It should look something like this:



Discussion

No Comment Found