You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Provide some reference materials (documents, websites, etc) if you could.
The text was updated successfully, but these errors were encountered:
Change Request
Please answer the following questions before submitting your issue. Thanks!
https://docs.pingcap.com/tidb/stable/high-reliability-faq#how-to-modify-the-user-password-and-privilege
It is recommended to use
ALTER USER
now and notSET 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)The text was updated successfully, but these errors were encountered: