Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ "How to modify the user password and privilege?" uses non-recommended technique #6539

Closed
morgo opened this issue Sep 24, 2021 · 1 comment
Assignees

Comments

@morgo
Copy link
Contributor

morgo commented Sep 24, 2021

Change Request

Please answer the following questions before submitting your issue. Thanks!

  1. Describe what you find is inappropriate or missing in the existing docs.

https://docs.pingcap.com/tidb/stable/high-reliability-faq#how-to-modify-the-user-password-and-privilege

  1. Describe your suggestion or addition.

It is recommended to use ALTER USER now and not SET password, since you can set the authentication plugin at the same time. This will make it easier for users to use stronger mechanisms in future (the default password is sha1 based)

  1. Provide some reference materials (documents, websites, etc) if you could.
@TomShawn TomShawn self-assigned this Sep 26, 2021
TomShawn added a commit that referenced this issue Nov 3, 2022
TomShawn added a commit that referenced this issue Nov 4, 2022
* collation: remove a redundant sentence

* address #6539

* Update faq/high-reliability-faq.md

Co-authored-by: Aolin <aolin.zhang@pingcap.com>

Co-authored-by: Aolin <aolin.zhang@pingcap.com>
ti-chi-bot pushed a commit to ti-chi-bot/docs that referenced this issue Nov 4, 2022
ti-chi-bot pushed a commit to ti-chi-bot/docs that referenced this issue Nov 4, 2022
@TomShawn
Copy link
Contributor

TomShawn commented Nov 10, 2022

This issue has been resolved in #11131.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants