Difference between revisions of "Change password"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
− | * [[PostgreSQL]]: <code>\password postgres</code> | + | * [[PostgreSQL]]: <code>[[\password]] postgres</code> |
+ | * <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: