Difference between revisions of "Change password"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 8: | Line 8: | ||
* [[PostgreSQL]]: <code>[[\password]] postgres</code> | * [[PostgreSQL]]: <code>[[\password]] postgres</code> | ||
− | * <code>[[redis-cli config set]] | + | * <code>[[redis-cli config set requirepass]]</code> |
Latest revision as of 07:59, 10 March 2023
Linux change passwords:
passwd
command
DB password:
ALTER USER YOUR_USER WITH PASSWORD 'your_new_password';
- Terraform resource:
aws_db_instance
,password
parameter
See also[edit]
Advertising: