From f6bd5d757a62c2a349adba7922d555efff73bff5 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 5 Feb 2004 11:04:03 +0000 Subject: [PATCH] Important note about SQLite and dbi_user settings (in nutshell: leave them blank) git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@220 13eb9ef6-21d5-0310-b721-a9d68796d827 --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index 1e60b7e..0217d75 100644 --- a/INSTALL +++ b/INSTALL @@ -30,6 +30,15 @@ don't work for you. use advanced database facilities of PostgreSQL you would probably be better off with SQLite if you don't have PostgreSQL already installed. + If you are using SQLite, there is no need to specify dbi_user or dbi_pass. + So, just leave them like this: + + dbi_user="" + dbi_passwd="" + + If you specify dbi_user and than try to index using different user, + you won't be able to write into database. + 2. Use CPAN shell to install modules used: $ sudo cpan -- 2.20.1