X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2FINSTALL.sqlite.txt;fp=web%2Fcore%2FINSTALL.sqlite.txt;h=adff4682e25290deeed6c3887301b42422288fe9;hp=d89a078b57d8b5ade29eb27ce3a14be3eacab48e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/INSTALL.sqlite.txt b/web/core/INSTALL.sqlite.txt index d89a078b5..adff4682e 100644 --- a/web/core/INSTALL.sqlite.txt +++ b/web/core/INSTALL.sqlite.txt @@ -6,6 +6,17 @@ To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.3.10 or later with PDO, and the PDO SQLite driver must be enabled. +If you have not pdo_sqlite available depending on your system there are different ways to install it. + +Windows +------- +Read more about it on http://www.php.net/manual/en/pdo.installation.php + +Linux +----- + + sudo apt-get install php-sqlite3 + SQLITE DATABASE CREATION ------------------------