Reading the *.sqlite files stored in the firefox profile.
- by celil
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