dbTalk Databases Forums  

places.sqlite in FireFox

comp.databases comp.databases


Discuss places.sqlite in FireFox in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
don
 
Posts: n/a

Default places.sqlite in FireFox - 03-16-2009 , 10:12 PM






Does anyone know how to open this places.sqlite firefox database file? I'm
told it holds all of my browsing History files which I would like
to examine.




Reply With Quote
  #2  
Old   
Thomas Kellerer
 
Posts: n/a

Default Re: places.sqlite in FireFox - 03-17-2009 , 02:04 AM






don, 17.03.2009 05:12:
Quote:
Does anyone know how to open this places.sqlite firefox database file? I'm
told it holds all of my browsing History files which I would like
to examine.
As the extension indicates, it's a SQLite database.

Check out: http://www.sqlite.org/

I can successfully open it with a JDBC (Java) based query tool and the SQLite JDBC driver.

Thomas


Reply With Quote
  #3  
Old   
Chetan
 
Posts: n/a

Default Re: places.sqlite in FireFox - 04-02-2009 , 06:05 PM



Thomas Kellerer <YQDHXVLMUBXG (AT) spammotel (DOT) com> writes:

Quote:
don, 17.03.2009 05:12:
Does anyone know how to open this places.sqlite firefox database file? I'm
told it holds all of my browsing History files which I would like
to examine.

As the extension indicates, it's a SQLite database.

Check out: http://www.sqlite.org/

I can successfully open it with a JDBC (Java) based query tool and the SQLite JDBC driver.

Thomas
I haven't used it, but shouldn't sqlite3 be able to work with the file
as well?
--
Chetan
What's news?


Reply With Quote
  #4  
Old   
toby
 
Posts: n/a

Default Re: places.sqlite in FireFox - 04-02-2009 , 10:34 PM



On Apr 2, 7:05Â*pm, Chetan <chetan.xs... (AT) xspam (DOT) sbcglobal.net> wrote:
Quote:
Thomas Kellerer <YQDHXVLMU... (AT) spammotel (DOT) com> writes:
don, 17.03.2009 05:12:
Does anyone know how to open this places.sqlite firefox database file?Â*I'm
told it holds all of my browsing History files which I would like
to examine.

As the extension indicates, it's a SQLite database.

Check out:http://www.sqlite.org/

I can successfully open it with a JDBC (Java) based query tool and the SQLite JDBC driver.

Thomas

I haven't used it, but shouldn't sqlite3 be able to work with the file
as well?
Yes.

$ sqlite3 ~/.mozilla/firefox/XXXXX.default/places.sqlite
SQLite version 3.3.5
Enter ".help" for instructions
sqlite> select * from moz_favicons limit 3;
2|http://www.mozilla.org/2005/made-up-favicon/1-1234317671553315||
image/x-icon|0
4|http://www.mozilla.org/2005/made-up-favicon/3-1234317671555757|�PNG

Quote:
image/png|0
6|http://www.mozilla.org/2005/made-up-favicon/5-1234317671559787|�PNG

Quote:
image/png|0
sqlite


Quote:
--
Chetan
What's news?


Reply With Quote
  #5  
Old   
steph
 
Posts: n/a

Default Re: places.sqlite in FireFox - 05-22-2009 , 05:03 PM



don wrote:
Quote:
Does anyone know how to open this places.sqlite firefox database file? I'm
told it holds all of my browsing History files which I would like
to examine.



You can try http://code.google.com/p/sqlite-manager/ which is a firefox
extension.
It can manage any sqlite database and gives shortcuts to the ones of
your firefox profile including places.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.