Change password
Jump to navigation
Jump to search
Linux change passwords:
passwd
command
DB password:
ALTER USER YOUR_USER WITH PASSWORD 'your_new_password';
- Terraform resource:
aws_db_instance
,password
parameter
- PostgreSQL:
\password postgres
redis-cli config set requirepass
See also
Advertising: