Reading the *.sqlite files stored in the firefox profile.

Posted by celil on Super User See other posts from Super User or by celil
Published on 2011-01-17T20:33:36Z Indexed on 2011/01/17 20:55 UTC
Read the original article Hit count: 354

Filed under:
|
|

How would one go about reading the data in the *.sqlite files in one's profile?

Trying to read them with sqlite3 was unsuccessful.

$ sqlite3 
SQLite version 3.7.4
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .load ./downloads.sqlite
Error: dlopen(./downloads.sqlite, 10): no suitable image found.  Did find:
 ./downloads.sqlite: unknown file type, first eight bytes: 0x53 0x51 0x4C 0x69 0x74 0x65 0x20 0x66
sqlite> .exit

Is this due to Firefox using an older version of sqlite? I am using Firefox v3.6.13

© Super User or respective owner

Related posts about firefox

Related posts about sqlite