From c86ca80f08b9f3df6217602287c3a95bacefa927 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 28 Jun 2004 14:15:41 +0000 Subject: [PATCH] fixed DSN and TYPE git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3794 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- doc/INSTALL.sqlite | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/INSTALL.sqlite b/doc/INSTALL.sqlite index 570b74963..76584b505 100644 --- a/doc/INSTALL.sqlite +++ b/doc/INSTALL.sqlite @@ -19,11 +19,11 @@ sqlite /tmp/phpwiki-sqlite.db < schemas/sqlite.sql Edit the DATABASE settings in config/config.ini to reflect your settings. - a) DATABASE_TYPE should be set to 'SQL'. - ADODB not yet tested. This is planned for the 1.4.0 release. + a) DATABASE_TYPE must be set to 'SQL'. + ADODB not yet. This is planned for the 1.4.0 release. b) DATABASE_DSN should be set to something like - DATABASE_DSN = "sqlite:///path/to/phpwiki-sqlite.db?mode=0664" + DATABASE_DSN = "sqlite://localhost//path/to/phpwiki-sqlite.db?mode=0664" 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.3 2004-06-28 13:54:56 rurban Exp $ +$Id: INSTALL.sqlite,v 1.4 2004-06-28 14:15:41 rurban Exp $ -- 2.45.0