conf.pl and administration plugin can now edit the table name too
[squirrelmail.git] / doc / db-backend.txt
index 41feffc00f57c14ca1c11a3f3e2a5010bf93695d..325f3ad8f5311416a1ad5c14c8d66fcf3951e0f7 100644 (file)
@@ -52,8 +52,9 @@ The table structure should be similar to this (for MySQL):
    );
 
 
-Next, edit config/config.php and add a DSN (Data Source Name) for the
-database. It should look something like:
+Next, edit your configuration so that the address book DSN (Data Source
+Name) is specified, this can be done using either conf.pl or via the
+administration plugin. The DSN should look something like:
 
  $addrbook_dsn = 'mysql://squirreluser:sqpassword@localhost/squirrelmail';