Skip to content

Commit 0d16623

Browse files
committed
edit doc
1 parent 6f6c989 commit 0d16623

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/doc_en/doc_question.md

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ Do not set the django-mdict folder and the folder where the dictionary is locate
135135

136136
22. django.db.utils.DatabaseError: database disk image is malformed
137137

138+
139+
Possible reason: Apache started multiple instances, and a large number of new dictionaries being written to the database simultaneously caused the db.sqlite3 file to become corrupted.
140+
138141
For Windows:
139142

140143
a. [Download sqlite tool](https://www.sqlite.org/download.html)

doc/doc_question.md

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ pip install -U django-js-asset
129129

130130
22. django.db.utils.DatabaseError: database disk image is malformed
131131

132+
可能原因:apache启动了多个实例,有大量新词典同时写入数据库导致db.sqlite3文件损坏。
133+
132134
以windows为例:
133135

134136
a. [下载sqlite工具](https://www.sqlite.org/download.html)

0 commit comments

Comments
 (0)