in reply to [SOLVED]: DBD::SQLite "file is encrypted or is not a database" in running application

What happens if you connect and only execute  PRAGMA integrity_check?
  • Comment on Re: DBD::SQLite "file is encrypted or is not a database" in running application
  • Download Code

Replies are listed 'Best First'.
Re^2: DBD::SQLite "file is encrypted or is not a database" in running application
by stevieb (Canon) on Oct 09, 2016 at 22:45 UTC

    That's kind of irrelevant here I believe, as the DB handle is already open and working, then after the crash, a simple restart of the app loads the DB without any issue.

    update: fwiw, immediately following a crash:

    sqlite> pragma integrity_check; ok

    /update