From 3229bf343562b4865f9f2242a79189d9b9a1aba8 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 28 Jun 2004 14:47:06 +0000 Subject: [PATCH] ignore hostname, add persistent git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3797 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- doc/INSTALL.sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.sqlite b/doc/INSTALL.sqlite index 76584b505..66047e0e4 100644 --- a/doc/INSTALL.sqlite +++ b/doc/INSTALL.sqlite @@ -23,7 +23,7 @@ Edit the DATABASE settings in config/config.ini to reflect your settings. ADODB not yet. This is planned for the 1.4.0 release. b) DATABASE_DSN should be set to something like - DATABASE_DSN = "sqlite://localhost//path/to/phpwiki-sqlite.db?mode=0664" + DATABASE_DSN = "sqlite:////tmp/phpwiki-sqlite.db?mode=0664&persistent=1" That's it. PhpWiki should now work. @@ -38,4 +38,4 @@ sqlite /tmp/phpwiki-sqlite.db < dump.sql Authors: ReiniUrban (phpwiki developer) and Matthew Palmer (phpwiki debian maintainer) -$Id: INSTALL.sqlite,v 1.4 2004-06-28 14:15:41 rurban Exp $ +$Id: INSTALL.sqlite,v 1.5 2004-06-28 14:47:06 rurban Exp $ -- 2.45.0