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

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

  • Comment on Re^2: DBD::SQLite "file is encrypted or is not a database" in running application
  • Download Code