Undelete accidentally deleted records in Sqlite3

前端 未结 7 770
甜味超标
甜味超标 2020-12-19 09:01

As title, possible? I have by accident deleted another record due to my ugly html interface in FireFox. The bad thing is this record delete is a root folder which the progra

7条回答
  •  执念已碎
    2020-12-19 09:48

    The data isn't always removed from the file straightaway. If there's lots of it and you're desperate, you could use the UNIX command strings on the file. This may help you to recover various bits and pieces of human-readable data, but it'll be a hard and inaccurate process.

提交回复
热议问题