Am playing around with html5 local storage on different browsers (Firefox, Opera, Safari & Chrome) and am just wondering where is the location for the local database that i create using "ope开发者_JAVA百科ndatabase".
Can i change the location of this database?
Gath
It will be stored in the user's profile directory somewhere, but the exact location would be different for each browser on each platform (e.g. Firefox vs. Chrome vs. Safari, etc and Windows vs. Linux vs. Mac OS X, etc).
Is there any reason in particular that you want to know, or just curiosity? For example, I believe Firefox stores it in:
C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile-name>\webappsstore.sqlite
Chrome C:\Users\\AppData\Local\Google\Chrome\User Data\Default\databases
精彩评论