首页 > 代码库 > 解决SQLite3数据库Error: database disk image is malformed

解决SQLite3数据库Error: database disk image is malformed

//file是坏掉的数据库  file2是坏掉的表
`sqlite3 $file ".dump $file2" | grep -v "ROLLBACK" >> /appslog/db/tmp.sql` `echo "COMMIT;" >> tmp.sql``sqlite3 $file < /appslog/db/tmp.sql``rm -rf /appslog/db/tmp.sql`

 

解决SQLite3数据库Error: database disk image is malformed