Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jan 19, 2024
1 parent bd2e7b1 commit f097385
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/source/manual/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ $2b$12$c/tJvOYaWxzis4CXSyGN9ua4B7wzor8j9WrGsgV/2pdJnsrAMJxiK
可以重置为:123456
示例
```sql
# sqlite3
sqlite> ATTACH DATABASE '/opt/domain-admin/database/database.db' AS mydatabase;
sqlite> UPDATE tb_user SET password = "$2b$12$c/tJvOYaWxzis4CXSyGN9ua4B7wzor8j9WrGsgV/2pdJnsrAMJxiK" ;
```
## 18、database is locked
Expand Down

0 comments on commit f097385

Please sign in to comment.