diff options
author | alecpl <alec@alec.pl> | 2009-05-02 20:11:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-02 20:11:45 +0000 |
commit | 50d515a7d690f6017d97017f1370705e1a214c27 (patch) | |
tree | 7887ff08111e4561d0841c8cf64c227e002db888 /INSTALL | |
parent | aeed58d5af0d56ec489d15cdbdffa3f95b353a90 (diff) |
- some hints to use sqlite db (#1485821)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -70,9 +70,8 @@ RoundCube with utf-8 charset. * SQLite -------- -Sqlite requires specifically php5 (sqlite in php4 currently doesn't -work with roundcube), and you need sqlite 2 (preferably 2.8) to setup -the sqlite db (sqlite 3.x also doesn't work at the moment). Here is +You need sqlite 2 (preferably 2.8) to setup the sqlite db +(sqlite 3.x also doesn't work at the moment). Here is an example how you can setup the sqlite.db for roundcube: # sqlite -init SQL/sqlite.initial.sql sqlite.db |