| Computers Forum Index » Computer - Databases » places.sqlite in FireFox... |
|
Page 1 of 1 |
|
| Author |
Message |
| don... |
Posted: Tue Mar 17, 2009 6:15 am |
|
|
|
Guest
|
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. |
|
|
| Back to top |
|
|
|
| Thomas Kellerer... |
Posted: Tue Mar 17, 2009 1:04 pm |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
| Chetan... |
Posted: Fri Apr 03, 2009 4:05 am |
|
|
|
Guest
|
Thomas Kellerer <YQDHXVLMUBXG at (no spam) spammotel.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? |
|
|
| Back to top |
|
|
|
| steph... |
Posted: Sat May 23, 2009 2:03 am |
|
|
|
Guest
|
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. |
|
|
| Back to top |
|
|
|
|