X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=doc%2Fdb-backend.txt;h=33155437008ff5c9179c8b7a6d32a59e2554d771;hb=694d8e25e59061191a56111fb83ef1c1f3d1b9d3;hp=10774509d8b95fcca5009015ada1cb15b2d4ac26;hpb=9874998335d5a8d6770e5b2591bcf3a74a2c5d40;p=squirrelmail.git diff --git a/doc/db-backend.txt b/doc/db-backend.txt index 10774509..33155437 100644 --- a/doc/db-backend.txt +++ b/doc/db-backend.txt @@ -39,7 +39,7 @@ For MySQL you would normally do something like: # mysqladmin create squirrelmail (from the mysql client) - mysql> GRANT select,insert,update,delete ON squirrelmail.* + mysql> GRANT select,insert,update,delete ON squirrelmail.* TO squirreluser@localhost IDENTIFIED BY 'sqpassword'; The table structure should be similar to this (for MySQL): @@ -79,7 +79,9 @@ administration plugin. The DSN should look something like: From now on all users' personal addressbooks will be stored in a database. - +Global address book uses same table format as the one used for personal +address book. You can even use same table, if you don't have user named +'global'. Configuring preferences in database -----------------------------------