Difference between revisions of "Change password"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
* <code>[[ALTER USER]] YOUR_USER WITH PASSWORD 'your_new_password';</code> | * <code>[[ALTER USER]] YOUR_USER WITH PASSWORD 'your_new_password';</code> | ||
* [[Terraform resource: aws db instance|Terraform resource:]] <code>[[Terraform resource: aws db instance|aws_db_instance]]</code>, <code>password</code> parameter | * [[Terraform resource: aws db instance|Terraform resource:]] <code>[[Terraform resource: aws db instance|aws_db_instance]]</code>, <code>password</code> parameter | ||
+ | |||
+ | |||
+ | * [[PostgreSQL]]: <code>[[\password]] postgres</code> | ||
+ | * <code>[[redis-cli config set requirepass]]</code> | ||
+ | |||
== See also == | == See also == |
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: