How to reset the web GUI password? I've tried solutions in issues already. #4282
Closed
JoramMinnaard
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, before the UPDATE command there should be a command to actually define which db you will run the UPDATE command against. Did you confirm the correct db has been picked? I never tried this procedure myself nor am that versed with databases, but by reading the instructions it seems to be a 'npm' db in there (there is a step to run 'USE npm') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, as the title states, I'm locked out of my npm instance.
When trying to follow the following instructions:
#1634
I'm getting stuck at the
UPDATE user SET is_deleted=1;
That results in the following output:
Parse error: no such table: user
Do you have any suggestions on what I'm doing wrong??
Thanks in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions