Where does Chrome save its SQLite database to?

后端 未结 2 1198
一生所求
一生所求 2020-12-24 12:57

Google Chrome stores internal data such as browser history in a SQLite database; where is this saved to?

相关标签:
2条回答
  • 2020-12-24 13:32

    Mac

    ~/Library/Application Support/Google/Chrome/Default/databases
    

    Here are they are organized by URL for every site you have accessed, except for Datbases.db and Datbases.db-hournal

    0 讨论(0)
  • 2020-12-24 13:48

    Windows Vista or later:

    C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\databases 
    

    Windows XP:

    C:\Documents and Settings\%USERNAME%\Application Support\Google\Chrome\Default\databases
    

    Windows 10:

    C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\History
    

    Mac OS X (and macOS—sub-path changes between versions but are all under this main path):

    ~/Library/Application Support/Google/Chrome/*
    

    Linux:

    ~/.config/google-chrome/Default/databases
    
    0 讨论(0)
提交回复
热议问题