How to set PostgreSQL password after installation
12
sudo -u postgres psqlALTER ROLE postgres WITH ENCRYPTED PASSWORD 'mypassword';
| main » en » tech » how-to-set-postgresql-password-after-installation | history | source |
12
sudo -u postgres psqlALTER ROLE postgres WITH ENCRYPTED PASSWORD 'mypassword';