[Linux]How to Reset Password? #2
Unanswered
senkae4server
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Execute the command
cd sqlynx
to enter thesqlynx
directory.Execute the
ls
command and you can see that there is adevops-maicong-sqlynx.sh
file in the directory.Execute the command
./devops-maicong-sqlynx.sh
.If it prompts that there is no permission, then execute the command
chmod +x devops-maicong-sqlynx.sh
to add permissions.After the command
./devops-maicong-sqlynx.sh
is executed successfully, the following information is displayed:update SQLiteDb password is completed
.Beta Was this translation helpful? Give feedback.
All reactions