Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
troubleshooting:corruptcorpus [2008/02/08 18:49] – external edit 127.0.0.1troubleshooting:corruptcorpus [2012/08/25 22:16] – Remove spurious <br> sequences from the SQLite utility commands xuesheng
Line 47: Line 47:
 3. open the database with the SQLite utility 3. open the database with the SQLite utility
  
-  * //sqlite popfile.db//<br> +  * //sqlite popfile.db// 
-  * 'SQLite version 2.8.12'<br> +  * 'SQLite version 2.8.12' 
-  * Enter ".help" for instructions<br> +  * Enter ".help" for instructions 
-  * sqlite><br>+  * sqlite>
  
 4. Now run an integrity check (don't forget the semicolon at the end of the command) 4. Now run an integrity check (don't forget the semicolon at the end of the command)
  
-  * sqlite> //pragma integrity_check;//<br> +  * sqlite> //pragma integrity_check;// 
-  * ok<br> +  * ok 
-  * sqlite><br>+  * sqlite>
  
   * If there's a problem, you won't see the 'ok' in the example above (if the database is very big it may take more than a few seconds to check it so the 'ok' will not appear immediately).   * If there's a problem, you won't see the 'ok' in the example above (if the database is very big it may take more than a few seconds to check it so the 'ok' will not appear immediately).
 
troubleshooting/corruptcorpus.txt · Last modified: 2012/08/26 00:16 by 127.0.0.1
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License