Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: xuta.le on February 21, 2012, 05:05:05 AM

Title: Is possible to use Roundcube without database?
Post by: xuta.le on February 21, 2012, 05:05:05 AM
I want to use Roundcube without database, only using text file.
Is it possible?
Thanks.
Title: Is possible to use Roundcube without database?
Post by: mailaddict on February 21, 2012, 05:33:07 PM
AFAIK this is not possible.

If you don't have a SQL server, you could use a SQLite database. That's a database stored in a single file without the need for a database server.

Check your RC configuration (db.inc.php) and these examples: Manual :: The Data Source Name (http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php)

PHP must support SQLite for this - check with phpinfo().

Regards, mailaddict