5

I downloaded SQLite Database Browser to preview cookies of Google Chrome and Firefox.

I could successfully preview Chrome's cookies, however cannot manage to preview Firefox cookies. I'm trying open this file C:\Users\T3\AppData\Roaming\Mozilla\Firefox\Profiles\mn0g2w2t.default\cookies.sqlite but as a result get no error, just after opening it, SQLite Database Browser shows an empty database – but the file size is 1MB.

Does anyone have an idea what may be wrong?

nixda
  • 27,634
ST3
  • 785

2 Answers2

1

The problem is that Firefox keeps their database locked using EXCLUSIVE locking model so SQLite Database Browser cannot manage to open it, to preview data, one option is to copy DB file and open it from that place. Or even better option: open it programmicaly using SQLite library, this works always; copying just sometimes.

ST3
  • 785
-1

SQLite Manager is a Firefox extension but works with any sqlite db.

paa
  • 972