ÐÐÐСÐÐÐÐ db.login sets user/password for driver/database. ÐÐ ÐÐÐЧÐÐÐÐ This is only related to SQL database backends (PostgreSQL, MySQL etc). The passwords are stored in a hidden file in the user account ('home' directory) called .grasslogin6. Only the file owner can access this file. ÐÐ ÐÐÐРЫ Example 1: Username specified, password will be invisibly queried interactively: db.login user=bacava Example 2: Username and password specified (note that the command lines history will store the password in this way): db.login user=bacava pass=secret Example 3: Username and empty password specified (note that the command lines history will store the password in this way): db.login user=bacava pass="" СÐ. ТÐÐÐÐ [1]db.connect, [2]db.test ÐÐТÐÐ Radim Blazek Last changed: $Date: 2007-11-29 07:21:10 -0600 (ЧÑ, 29 Ð½Ð¾Ñ 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. file://localhost/root/tmp/2/fin/db.connect.html 2. file://localhost/root/tmp/2/fin/db.test.html