summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topics/xapian/xapian-indexing.gmi3
1 files changed, 2 insertions, 1 deletions
diff --git a/topics/xapian/xapian-indexing.gmi b/topics/xapian/xapian-indexing.gmi
index be0edc9..55eaf96 100644
--- a/topics/xapian/xapian-indexing.gmi
+++ b/topics/xapian/xapian-indexing.gmi
@@ -48,7 +48,8 @@ and load up the backup file using:
A backup file can be generated using:
-> mysqldump --opt --where="1 limit 1000000" database
+> mysqldump -u mysqluser -pmysqlpasswd --opt --where="1 limit 100000" db_webqtl > out.sql
+> xz out.sql
And run the index script using: