]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/catalog/catmaintenance.tex
Fix suggested in bug 1273
[bacula/docs] / docs / manuals / en / catalog / catmaintenance.tex
index 07b1b6b6b688d05fee77c12e5645c4de49a8533d..3766c7aebfac380d66360dceaf535f861147d524 100644 (file)
@@ -428,7 +428,7 @@ On SQLite, you can check if you have the proper indexes by:
 
 \footnotesize
 \begin{verbatim}
-sqlite <path>bacula.db
+sqlite <path>/bacula.db
 select * from sqlite_master where type='index' and tbl_name='File';
 \end{verbatim}
 \normalsize
@@ -438,7 +438,7 @@ create them with the following commands:
 
 \footnotesize
 \begin{verbatim}
-mysql bacula
+sqlite <path>/bacula.db
 CREATE INDEX file_jobid_idx on File (JobId);
 CREATE INDEX file_jfp_idx on File (JobId, FilenameId, PathId);
 \end{verbatim}