[Ml-yokadi] unable to open database file
Aurélien Gâteau
aurelien.gateau at free.fr
Thu Aug 13 23:44:56 CEST 2009
Stéphane Péchard wrote:
> Hi,
> After a crash of X11 while yokadi was on, I now receive this error
> when I try to open it with my database (--db yokadi.db):
[snip]
> Is there a way to recover my database? I can read the file with
> sqlitebrowser, but yokadi can't open it.... :-(
Ouch... this has never happened to me, even with hard crashes, but I
suggest trying to dump and recover the database.
Dump it with:
sqlite3 yokadi.db .dump > yokadi.sql
Restore to a new db:
sqlite3 new.db < yokadi.sql
Try it:
yokadi --db new.db
Hope this helps,
Aurélien
More information about the Ml-yokadi
mailing list