Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you delete the indexed databases stored on your computer in Firefox?

In Opera you can simply type in opera:webdatabases in the address field and delete all the web SQL databases stored on your computer.

How do you do the same in Firefox? I need to delete an IndexedDB on my localhost to experiment with a fresh version.

like image 556
Aadit Shah Avatar asked Jan 06 '11 12:01

Aadit Shah


1 Answers

In firefox, indexeddb can be deleted by:

  1. Using Ctrl + Shift (Alt) + Delete and choosing to clear offline website data.
  2. Deleting the file corresponding to individual websites. On linux, these files can be found at ~/.mozilla/firefox/<profile>.default/storage/persistent/<website>
like image 187
Ashish Avatar answered Sep 29 '22 23:09

Ashish