Yves Schelpe
Yves Schelpe

Reputation: 3463

Sqlite + Safari History.db

Recently Safari moved from History.plist to History.db to save history information. I tried opening the .db file with a SQLite DB Browser - but strangely nothing happened. Does anyone have a clue what file format this would be - or whether it's encrypted?

Upvotes: 2

Views: 7175

Answers (2)

user711393
user711393

Reputation: 51

In Catalina or Big Sur, if you get an Authorization or Access Denied Error opening history.db you may need to give Terminal.app or your Database Browser program Full Disk Access in System Preferences->Security.

Upvotes: 5

Yves Schelpe
Yves Schelpe

Reputation: 3463

Stupid mistake by myself. Solution is to close Safari first, and then open the file using a sqlite reader.

Yves

Upvotes: 0

Related Questions