![]() |
2011-11-01
, 04:30
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#181
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-11-01
, 04:37
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#182
|
![]() |
2011-11-01
, 04:40
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#183
|
The Following 2 Users Say Thank You to auouymous For This Useful Post: | ||
![]() |
2011-11-01
, 04:48
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#184
|
![]() |
2011-11-01
, 05:22
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#185
|
Depending how badly your database is corrupted, you may be able to recover some of the data by using the CLI to dump the schema and contents to a file and then recreate. Unfortunately, once humpty-dumpty falls off the wall, it is generally not possible to put him back together again.
![]() |
2011-11-01
, 05:24
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#186
|
![]() |
2011-11-01
, 05:27
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#187
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-11-01
, 05:33
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#188
|
![]() |
2011-11-01
, 08:27
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#189
|
The Following User Says Thank You to lma For This Useful Post: | ||
![]() |
2011-11-02
, 05:48
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#190
|
Never used it, but according to its garage page the db is sqlite3. Can the sqlite3(1) tool open it on the command line? (that doesn't seem to be readily available for Diablo, you'll have to run it on a PC I guess). Try something like "echo .dump | sqlite3 broken.db | sqlite3 recovered.db".
If all else fails you might at least be able to extract most of the text with strings(1)...