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

The command to change password is a bit confusing. #169

Closed
codlin opened this issue Mar 7, 2021 · 0 comments
Closed

The command to change password is a bit confusing. #169

codlin opened this issue Mar 7, 2021 · 0 comments

Comments

@codlin
Copy link

codlin commented Mar 7, 2021

The command to change password in the document:

CHANGE PASSWORD <user_name> FROM <old_psw> TO <new-psw>;

When I use then command

CHANGE PASSWORD root FROM nebula TO fjsdhGYHF@GGHF65fjkshfk;

then got the tip:

SyntaxError: syntax error near nebula'

After some attempts, I learned that the password field requires quotation marks, like this:

CHANGE PASSWORD root FROM "nebula" TO "fjsdhGYHF@GGHF65fjkshfk";

Therefore, I recommend adding examples after the commands in the documentation.

@codlin codlin closed this as completed May 22, 2021
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

1 participant