mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Changed suggested
This commit is contained in:
parent
9d85212f24
commit
d2aee92064
1 changed files with 2 additions and 2 deletions
|
@ -119,9 +119,9 @@ options:
|
|||
version_added: '0.1.0'
|
||||
|
||||
notes:
|
||||
- "MySQL server installs with default login_user of 'root' and no password.
|
||||
- "MySQL server installs with default login_user of C(root) and no password.
|
||||
To secure this user as part of an idempotent playbook, you must create at least two tasks:
|
||||
1) change the root user's password, without providing any login_user/login_password details,
|
||||
1) change the root user's password, without providing any I(login_user)/I(login_password) details,
|
||||
2) drop a C(~/.my.cnf) file containing the new root credentials.
|
||||
Subsequent runs of the playbook will then succeed by reading the new credentials from the file."
|
||||
- Currently, there is only support for the `mysql_native_password` encrypted password hash module.
|
||||
|
|
Loading…
Add table
Reference in a new issue