gpt4 book ai didi

mysql - Chef : mysql cookbook does not know root's password after I change it using mysqladmin

转载 作者:行者123 更新时间:2023-11-30 01:32:33 27 4
gpt4 key购买 nike

我是 Chef(配置管理)新手。我使用具有所有默认属性的 mysql Recipe 。运行它会为 root 帐户生成一个随 secret 码。我可以将密码与节点['mysql']['server_root_password']一起使用。然后,我使用 mysqladmin 更改 mysql 密码。变量 node['mysql']['server_root_password'] 未更新为我的新密码。我如何告诉 mysql 说明书更新节点['mysql']['server_root_password'] 内的值?

最佳答案

您需要更新节点的属性以反射(reflect)新密码。

一种方法是使用 Knife 和 knife-set-attribute插件。

knife set_attribute node mysql.server_root_password yournewpassword

其他设置属性的方法可以在 Chef attribute docs 中探索.

关于mysql - Chef : mysql cookbook does not know root's password after I change it using mysqladmin,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17294406/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com