Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

reset postgre password

$ sudo -u postgres psql

Then type

# ALTER USER my_user_name with password 'my_secure_password';
 
PREVIOUS NEXT
Tagged: #reset #postgre #password
ADD COMMENT
Topic
Name
3+2 =