We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/Library/Messages/chat.db exists, but $db = new SQLite3($chat_db_path, SQLITE3_OPEN_READONLY); fails with Could not open database file.
~/Library/Messages/chat.db
$db = new SQLite3($chat_db_path, SQLITE3_OPEN_READONLY);
Could not open database file.
I tried in a normal SQLite browser and it couldn't open the file either. Is there a trick to getting OS X to let go of this file so it can be read?
The text was updated successfully, but these errors were encountered:
It's likely due to Full Disk Access not being enabled for Terminal.
See this for instructions on doing so: https://www.tech-otaku.com/mac/manually-granting-applications-full-disk-access-macos-catalina/
Let me know if it works after enabling FDA for Terminal.
Sorry, something went wrong.
No branches or pull requests
~/Library/Messages/chat.db
exists, but$db = new SQLite3($chat_db_path, SQLITE3_OPEN_READONLY);
fails withCould not open database file.
I tried in a normal SQLite browser and it couldn't open the file either. Is there a trick to getting OS X to let go of this file so it can be read?
The text was updated successfully, but these errors were encountered: