From: Dobrica Pavlinusic Date: Thu, 5 Feb 2004 11:04:03 +0000 (+0000) Subject: Important note about SQLite and dbi_user settings (in nutshell: leave them X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=f6bd5d757a62c2a349adba7922d555efff73bff5;p=webpac 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 --- 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