简体   繁体   English

Webmin 在哪里存储根 MySQL 密码?

[英]Where does Webmin store the root MySQL password?

If I change my root password for MySQL, Webmin prompts me to re-enter it so that it "knows" the password.如果我更改 MySQL 的 root 密码,Webmin 会提示我重新输入它,以便它“知道”密码。 Where is Webmin storing this password at? Webmin 在哪里存储此密码?

提示

/etc/webmin/mysql/config

Its the line that starts with pass=它以pass=开头的行

https://github.com/webmin/webmin/blob/master/mysql/config https://github.com/webmin/webmin/blob/master/mysql/config

If you're entering it into this file manually, it needs to be in plain text.如果您手动将其输入到此文件中,则它需要为纯文本格式。

Note that this doesn't affect mysql's password, just webmin's login credentials to the mysql service.请注意,这不会影响 mysql 的密码,只会影响 webmin 对 mysql 服务的登录凭据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM