Difference between revisions of "Change password"
Jump to navigation
Jump to search
(Removed redirect to Password) Tag: Removed redirect |
Tags: Mobile web edit, Mobile edit |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 7: | Line 7: | ||
+ | * [[PostgreSQL]]: <code>[[\password]] postgres</code> | ||
+ | * <code>[[redis-cli config set requirepass]]</code> | ||
+ | |||
+ | |||
+ | == See also == | ||
* {{Password}} | * {{Password}} | ||
+ | |||
+ | [[Category:Passwords]] |
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: