Skip to content

Commit

Permalink
Update sql-statements/sql-statement-set-password.md
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
dveeden and hfxsd authored Dec 24, 2024
1 parent 3823dab commit 26c169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-set-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This statement changes the user password for a user account in the TiDB system d

> **Note:**
>
> The recommended way to change passwords is via the [ALTER USER](/sql-statements/sql-statement-alter-user.md) statement like this:
> It is recommended to change the password by using the [`ALTER USER`](/sql-statements/sql-statement-alter-user.md) statement as follows:
>
> ```sql
> ALTER USER myuser IDENTIFIED BY 'mypassword';
Expand Down

0 comments on commit 26c169a

Please sign in to comment.