From 5eb6a99c4a2b0b1e6fe9be3338245a7d8c2c21a9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Sep 2010 02:39:58 +0000 Subject: - Patch #886170 by puregin, jhodgdon: SQLite install documentation should mention directory permissions. --- INSTALL.sqlite.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'INSTALL.sqlite.txt') diff --git a/INSTALL.sqlite.txt b/INSTALL.sqlite.txt index 549738788..4081ffbf9 100644 --- a/INSTALL.sqlite.txt +++ b/INSTALL.sqlite.txt @@ -12,7 +12,9 @@ SQLITE DATABASE CREATION The Drupal installer will create the SQLite database for you. The only requirement is the installer must have write permissions the directory where -the database file resides. +the database file resides. This directory (not just the database file) also has +to remain writeable by the web server going forward for SQLite to continue to be +able to operate. On the "Database configuration" form in the "Database name" field, you must supply the exact path to where you wish your database file to reside. It is @@ -31,4 +33,5 @@ file from downloading. USERNAME, PASSWORD, and ADVANCED OPTIONS ---------------------------------------- -No username, password, or advanced options are necessary and should not be used. +No username, password, or advanced options are necessary, and they should not be +used. -- cgit v1.2.3