Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

places.sqlite

  • 8 antwoorden
  • 1 heeft dit probleem
  • 13 weergaven
  • Laatste antwoord van McCoy

more options

places.sqlite database have two database moz_bookmarks and moz_favicons. where is information in bookmarks what favicon is?

places.sqlite database have two database moz_bookmarks and moz_favicons. where is information in bookmarks what favicon is?

Alle antwoorden (8)

more options

If needing help please provide some details such as what version by going to Help --> About  ? What OS are you running  ?

  • bookmarks and history: places.sqlite
  • bookmark backups: compressed .jsonlz4 JSON backups in the bookmarkbackups folder
  • cookies.sqlite for the Cookies
  • formhistory.sqlite for saved autocomplete Form Data
  • logins.json (passwords) and key4.db (58+) or key3.db (57 and older) (decryption key) for Passwords saved in the Password Manager
  • if you only have key3.db then make sure to remove an existing key4.db
  • cert9.db (58+) or cert8.db (57 and older) for (intermediate) certificates stored in the Certificate Manager
  • if you only have cert8.db then make sure to remove an existing cert9.db
  • persdict.dat for words you added to the spelling checker dictionary
  • permissions.sqlite for Permissions and possibly content-prefs.sqlite for other website specific data (Site Preferences)
  • sessionstore.jsonlz4 for open tabs and pinned tabs (see also the sessionstore-backups folder)
more options
more options

You didn't provide info as to exactly which version of Firefox your query refers to, so here's a protracted explanation.

https://en.wikipedia.org/wiki/Favicon

moz_favicons - the website image which is associated with each saved bookmark.

But as far as the places.sqlite file goes, the favicons were moved out of places.sqlite a few versions ago; like Firefox 58, 59, or 60 when the favicons.sqlite database went in to use. Although a "reference" may remain in the places.sqlite file to "tie it too" the actual image which was moved to the favicons.sqlite file.

There are also two "auxiliary" or temporary storage files which are only present when Firefox is running; the data gets saved to the "main" favicons.sqlite file as Firefox is "keeping house" during shut down / when exiting. favicons.sqlite-shm & favicons.sqlite-wal

But the moz_favicons items will or may be present for existing data a for number of new versions yet. That allows backwards compatibility for users who may want to revert a version or two after a Firefox version update, and that allows for a "chemspill" patch should an unexpected problem appear after "release", such as a fault which was missed in Nightly testing and in the 12 week Beta development channel run for each new version. Better to leave the no longer used data in place for awhile than clear it out immediately, and then have far greater problems if the change proves to be faulty. IMO.

more options

Also see :

http://fileformats.archiveteam.org/wiki/Firefox_bookmarks

(This page was last modified on May 2nd, 2018)

more options

McCoy said

Also see : https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Database

moz_favicons database is field "data" value is BLOB (Size: 580). What is mean?

more options

tomilindroos5 said

moz_favicons database is field "data" value is BLOB (Size: 580). What is mean?

I'm sorry, but I have no idea - this is not my field of expertise (sorry ....).

I'm sure that somebody else wil come up with the answer, though.

more options

BLOB stands for Binary Large Object, so this data is stored as you see the file as you would open the file in Firefox with the view-source protocol.

more options