Difference between revisions of "Change password"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Password)
Tag: New redirect
 
Tags: Mobile web edit, Mobile edit
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#redirect [[Password]]
+
Linux change passwords:
 +
* <code>[[passwd]]</code> command
 +
 
 +
DB password:
 +
* <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
 +
 
 +
 
 +
* [[PostgreSQL]]: <code>[[\password]] postgres</code>
 +
* <code>[[redis-cli config set requirepass]]</code>
 +
 
 +
 
 +
== See also ==
 +
* {{Password}}
 +
 
 +
[[Category:Passwords]]

Latest revision as of 07:59, 10 March 2023

Linux change passwords:

DB password:



See also[edit]

Advertising: