SQLite3 Fix Error – Database Disk Image Is Malformed
We will be using SQLite Browser, so download it here if you don’t have it. It’s pretty easy to fix it, just follow the steps below
- Load up your corrupted database into SQLite Browser,
- Run the integrity check under Tools > Integrity Check .The images below shows the steps and the result (error) I got
Run Integrity Check 0 Run Integrity Check 1 - If it returns ‘OK’, it means your database is not corrupted. If it returns anything else, you will need to fix your database. Follow through with this guide.
- Export your database to any format
- Import your database back to .sqlite3 (or any format you which)
SQLite Browser Import 0 - If you run the integrity check once more, it should return ‘OK’
If you face any other issues, let me know in the comments below and I’ll try my best to help you out
Be First to Comment