Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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
2+8 =