Skip to content

Commit

Permalink
update default password (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored May 30, 2023
1 parent fc8ac4b commit b8941ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `root` user with the **GOD** role can run `CREATE USER` to create a new user

- `IF NOT EXISTS`: Detects if the user name exists. The user will be created only if the user name does not exist.
- `user_name`: Sets the name of the user.
- `password`: Sets the password of the user.
- `password`: Sets the password of the user. The default password is the empty string (`''`).

{{ ent.ent_begin }}
- Syntax with enterprise edition
Expand Down

0 comments on commit b8941ef

Please sign in to comment.